* lib/scripts/TeXFiles.py:

- fix typo spotted by Hartmut.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24261 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-04-15 14:06:11 +00:00
parent d32f8cd92c
commit de44b8a1f3
2 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,7 @@ if len(sys.argv) > 1:
print '''Usage: TeXFiles.py [-version | cls | sty | bst | bib ]
Default is without any Parameters,
so that all files will be created'''
sye.exit(0)
sys.exit(0)
else:
types = sys.argv[1:]
for type in types:

View File

@ -138,6 +138,8 @@ What's new
- Fix \Vert symbol in the math panel (part of bug 4720).
- Fix typo in the script TeXFiles.py that scans for TeX files.
* DOCUMENTATION