mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
Fixed copy/paste bug.
This commit is contained in:
parent
693cca5d4d
commit
16d7d94f1f
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user