Commit 16d7d94f authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed copy/paste bug.

parent 693cca5d
...@@ -33,7 +33,6 @@ while ($#ARGV >= 0) ...@@ -33,7 +33,6 @@ while ($#ARGV >= 0)
if ($arg eq "-h") { usage; } if ($arg eq "-h") { usage; }
if ($arg eq "-q") { $ENV{WINETEST_DEBUG} = 0; next; } if ($arg eq "-q") { $ENV{WINETEST_DEBUG} = 0; next; }
if ($arg eq "-v") { $ENV{WINETEST_DEBUG}++; next; } if ($arg eq "-v") { $ENV{WINETEST_DEBUG}++; next; }
if ($arg eq "-I") { $ENV{WINETEST_DEBUG} = 0; next; }
if ($arg eq "-P") { $platform = shift @ARGV; next; } if ($arg eq "-P") { $platform = shift @ARGV; next; }
if ($arg eq "-I") { push @include_dirs, shift @ARGV; next; } if ($arg eq "-I") { push @include_dirs, shift @ARGV; next; }
if ($arg eq "-T") if ($arg eq "-T")
......
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