mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
fix python script command line error under linux
This commit is contained in:
parent
2b36e24824
commit
7ee3296d56
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user