From 0427479abca1792bd9d627183e2a52cfd0052da7 Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Thu, 30 May 2002 20:08:26 +0000 Subject: [PATCH] Removed -managed option. --- tools/bug_report.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/bug_report.pl b/tools/bug_report.pl index 522f36f3d1..558ccb4342 100755 --- a/tools/bug_report.pl +++ b/tools/bug_report.pl @@ -346,14 +346,13 @@ if ($debuglevel > 1) { } 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=; chomp $extraops; } elsif ($debuglevel =~ 1) { - $extraops="-managed"; + $extraops=" "; } print "\nEnter the name of your distribution (Example: Redhat 6.1): "; -- 2.32.0.93.g670b81a890