Fixed copy/paste bug.

This commit is contained in:
Alexandre Julliard 2002-01-29 03:13:00 +00:00
parent 693cca5d4d
commit 16d7d94f1f

View file

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