##// END OF EJS Templates
exec_files works when specified in config file...
exec_files works when specified in config file also don't treat IOError (file not found) as an unknown failure. closes gh-566

File last commit:

r1261:a818e11a merge
r4203:d306e585
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