More argument quoting

This commit is contained in:
Sam Stephenson 2011-08-02 12:21:09 -05:00
parent 4acefd6ef9
commit fb31290b9d

View file

@ -14,5 +14,5 @@ else
fi
shift 1
exec "$command_path" $*
exec "$command_path" "$@"
fi