From 7ee3296d567a56ea61f09552fa7c755538c1345f Mon Sep 17 00:00:00 2001 From: Zhang Chiyuan Date: Fri, 7 Mar 2008 09:53:06 +0000 Subject: [PATCH] fix python script command line error under linux --- tools/compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/compile.py b/tools/compile.py index e51b889..add6c02 100644 --- a/tools/compile.py +++ b/tools/compile.py @@ -118,7 +118,7 @@ def byte_compile(): " --batch" + " --eval \"(byte-compile-file \\\"" + options['dest'] + - "\\\")'") + "\\\")\"") if __name__ == '__main__': if len(sys.argv) < 2: