Patch to fix bug_report.pl

Tony Lambregts tony_lambregts at telusplanet.net
Thu May 30 10:47:07 CDT 2002


The bug_report.pl script was broken by the removal of -managed command 
line option  This patch fixes it.

Tony Lambregts tony_lambregts at telusplanet.net
-------------- next part --------------
Index: bug_report.pl
===================================================================
RCS file: /home/wine/wine/tools/bug_report.pl,v
retrieving revision 1.13
diff -u -r1.13 bug_report.pl
--- bug_report.pl	8 May 2002 23:14:19 -0000	1.13
+++ bug_report.pl	30 May 2002 16:40:30 -0000
@@ -346,14 +346,13 @@
 }
 if ($debuglevel > 1) { 
 	$var15 = qq{
-	Enter any extra options you want to pass to WINE. Strongly recommended you
-	include -managed:
+	Enter any extra options you want to pass to WINE.
 	};
 	print do_var($var15);
 	$extraops=<STDIN>;
 	chomp $extraops;
 } elsif ($debuglevel =~ 1) {
-	$extraops="-managed";
+	$extraops=" ";
 }
 
 print "\nEnter the name of your distribution (Example: Redhat 6.1): ";


More information about the wine-patches mailing list