Handle spaces properly when restarting winelauncher for debug.

oldstable
Francois Gouget 2001-07-17 00:40:50 +00:00 committed by Alexandre Julliard
parent 3408e9cfd0
commit 384c2325d3
1 changed files with 1 additions and 1 deletions

View File

@ -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