mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 14:32:26 +00:00
fix python script command line error under linux
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user