WineHQ:service.cgi: fix winrash option

Ferenc Wagner wferi at afavant.elte.hu
Fri Jul 23 07:32:23 CDT 2004


Hi,

looks like something is seriously broken in the system, or
perhaps in my head.  Version 0009 of winrash doesn't seem to
understand slashed options at all, but service.cgi tries to
use /S to start winrash.  The installer issues -s, though.
So I think there's nothing to lose with this patch.  We
don't seem to get new reports anyway...

Feri.

ChangeLog: The service is started with the -s option, not /S.

Index: winetest/service.cgi
===================================================================
RCS file: /home/wine/tools/winetest/service.cgi,v
retrieving revision 1.24
diff -u -r1.24 service.cgi
--- winetest/service.cgi	14 Jul 2004 18:33:47 -0000	1.24
+++ winetest/service.cgi	23 Jul 2004 12:21:19 -0000
@@ -244,7 +244,7 @@
     print "download $name $url\n";
 
     if ($program eq "winrash") {
-	print "run $name /S\n";
+	print "run $name -s\n";
         return;
     }
 



More information about the wine-patches mailing list