Skip to content
Snippets Groups Projects
Commit bc0fc962 authored by an7s's avatar an7s
Browse files

Handle quoted arguments correctly

parent a45d9cff
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ peasoup_binary=$name.sh
echo "#!/bin/sh" >> $peasoup_binary
echo "" >> $peasoup_binary
echo "$PEASOUP_HOME/tools/ps_run.sh $current_dir \$*" >> $peasoup_binary
echo "$PEASOUP_HOME/tools/ps_run.sh $current_dir \"\$@\"" >> $peasoup_binary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment