mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +00:00
fix python script command line error under linux
This commit is contained in:
@@ -118,7 +118,7 @@ def byte_compile():
|
||||
" --batch" +
|
||||
" --eval \"(byte-compile-file \\\"" +
|
||||
options['dest'] +
|
||||
"\\\")'")
|
||||
"\\\")\"")
|
||||
|
||||
if __name__ == '__main__':
|
||||
if len(sys.argv) < 2:
|
||||
|
||||
Reference in New Issue
Block a user