diff --git a/cscript b/cscript index a128a51..a324ec6 100755 --- a/cscript +++ b/cscript @@ -91,7 +91,7 @@ fi if [ -n "$CSCRIPT_GDB" ]; then printf "%s" "$args" | xargs -o -d'\n' gdb --args "$tmpfile" else - printf "%s" "$args" | xargs -d'\n' "$tmpfile" + printf "%s" "$args" | xargs -o -d'\n' "$tmpfile" fi trap - INT cleanup