Commit ac524674 authored by Ken Manheimer's avatar Ken Manheimer

Use shell nuance "$@" instead of $* so empty strings are passed to z2.py.

parent 7968731a
......@@ -96,7 +96,7 @@ def sh(home, user, group):
"#! /bin/sh\n"
"PYTHONHOME=%s\n"
"export PYTHONHOME\n"
"exec %s \\\n %s \\\n -D $*\n"
'exec %s \\\n %s \\\n -D "$@"\n'
% (home, sys.executable, z2))
ch(start,user,group,0711)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment