Commit 0427479a authored by Tony Lambregts's avatar Tony Lambregts Committed by Alexandre Julliard

Removed -managed option.

parent 5aead170
......@@ -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=<STDIN>;
chomp $extraops;
} elsif ($debuglevel =~ 1) {
$extraops="-managed";
$extraops=" ";
}
print "\nEnter the name of your distribution (Example: Redhat 6.1): ";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment