Removed -managed option.

This commit is contained in:
Tony Lambregts 2002-05-30 20:08:26 +00:00 committed by Alexandre Julliard
parent 5aead170c2
commit 0427479abc
1 changed files with 2 additions and 3 deletions

View File

@ -346,14 +346,13 @@ if ($debuglevel > 1) {
} }
if ($debuglevel > 1) { if ($debuglevel > 1) {
$var15 = qq{ $var15 = qq{
Enter any extra options you want to pass to WINE. Strongly recommended you Enter any extra options you want to pass to WINE.
include -managed:
}; };
print do_var($var15); print do_var($var15);
$extraops=<STDIN>; $extraops=<STDIN>;
chomp $extraops; chomp $extraops;
} elsif ($debuglevel =~ 1) { } elsif ($debuglevel =~ 1) {
$extraops="-managed"; $extraops=" ";
} }
print "\nEnter the name of your distribution (Example: Redhat 6.1): "; print "\nEnter the name of your distribution (Example: Redhat 6.1): ";