Space handling in winelauncher

Francois Gouget fgouget at free.fr
Sat Jul 14 20:17:17 CDT 2001


Changelog:

 * tools/winelauncher.in

   Handle spaces properly when restarting winelauncher for debug


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
      Broadcast message : fin du monde dans cinq minutes, repentez vous !
-------------- next part --------------
Index: tools/winelauncher.in
===================================================================
RCS file: /home/wine/wine/tools/winelauncher.in,v
retrieving revision 1.8
diff -u -r1.8 winelauncher.in
--- tools/winelauncher.in	2001/05/10 03:16:37	1.8
+++ tools/winelauncher.in	2001/07/15 00:55:09
@@ -522,7 +522,7 @@
         #------------------------------------------------------------------------------
         if [ $debug_return -eq 2 ] ; then
             echo "Rerunning $0 $debug_options $@"
-            exec $0 $debug_options $@
+            exec $0 $debug_options "$@"
         fi
     done 
 fi


More information about the wine-patches mailing list