* lib/scripts/TeXFiles.py:

- fix typo spotted by Hartmut.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24260 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-04-15 14:04:40 +00:00
parent 0fab956f4a
commit 6f18b79871

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: