Commit 384c2325 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Handle spaces properly when restarting winelauncher for debug.

parent 3408e9cf
......@@ -522,7 +522,7 @@ You may view this file by selecting View Log, below."
#------------------------------------------------------------------------------
if [ $debug_return -eq 2 ] ; then
echo "Rerunning $0 $debug_options $@"
exec $0 $debug_options $@
exec $0 $debug_options "$@"
fi
done
fi
......
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