Skip to content
Snippets Groups Projects
Commit 384c2325 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

Handle spaces properly when restarting winelauncher for debug.

parent 3408e9cf
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment