]> git.lyx.org Git - features.git/commit
Remove the shebang line from our python scripts, per Jose's suggestion.
authorRichard Heck <rgheck@lyx.org>
Tue, 28 Jan 2014 17:52:16 +0000 (12:52 -0500)
committerRichard Heck <rgheck@lyx.org>
Tue, 28 Jan 2014 17:52:16 +0000 (12:52 -0500)
commitf9de88c53cfa0e11da1b48337606ccb25d8549bf
treee2b18d7cf4853a53737fe332fa2633cb80313a01
parent3369de6d7c7fa7bf667800d5c95933222f42da72
Remove the shebang line from our python scripts, per Jose's suggestion.
Fedora ships these chmod 644 and has never seen a problem. The advantage
to doing this is that it better controls what version of python we are
using to launch the script, and it will reveal if we're somehow somewhere
not controlling that properly.
21 files changed:
lib/scripts/TeXFiles.py
lib/scripts/clean_dvi.py
lib/scripts/convertDefault.py
lib/scripts/csv2lyx.py
lib/scripts/date.py
lib/scripts/ext_copy.py
lib/scripts/fen2ascii.py
lib/scripts/fig2pdftex.py
lib/scripts/fig2pstex.py
lib/scripts/fig_copy.py
lib/scripts/html2latexwrapper.py
lib/scripts/include_bib.py
lib/scripts/layout2layout.py
lib/scripts/legacy_lyxpreview2ppm.py
lib/scripts/lyxpak.py
lib/scripts/lyxpreview2bitmap.py
lib/scripts/lyxpreview_tools.py
lib/scripts/prefs2prefs.py
lib/scripts/prefs2prefs_lfuns.py
lib/scripts/prefs2prefs_prefs.py
lib/scripts/tex_copy.py