##// END OF EJS Templates
Enclose EDITOR call in quotes only if necessary and legal...
Enclose EDITOR call in quotes only if necessary and legal (space in name and file exists).

File last commit:

r0:6f629fcc
r227:2a16e18e
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx