[WineHQ] Use run instead of fork for the upgrade

Dimitrie O. Paun dpaun at rogers.com
Thu May 20 13:30:17 CDT 2004


ChangeLog
    Use run instead of fork for the upgrade.
-------------- next part --------------
Index: winetest/service.cgi
===================================================================
RCS file: /home/wine/tools/winetest/service.cgi,v
retrieving revision 1.19
diff -u -r1.19 service.cgi
--- winetest/service.cgi	13 May 2004 21:20:11 -0000	1.19
+++ winetest/service.cgi	20 May 2004 18:29:27 -0000
@@ -241,7 +241,7 @@
     print "gpgverify $name.sig\n";
 
     if ($program eq "winrash") {
-	print "fork $name\n";
+	print "run $name /s\n";
         return;
     }
 


More information about the wine-patches mailing list