fix python script command line error under linux

This commit is contained in:
Zhang Chiyuan 2008-03-07 09:53:06 +00:00
parent 2b36e24824
commit 7ee3296d56

View File

@ -118,7 +118,7 @@ def byte_compile():
" --batch" + " --batch" +
" --eval \"(byte-compile-file \\\"" + " --eval \"(byte-compile-file \\\"" +
options['dest'] + options['dest'] +
"\\\")'") "\\\")\"")
if __name__ == '__main__': if __name__ == '__main__':
if len(sys.argv) < 2: if len(sys.argv) < 2: