Skip to content
Snippets Groups Projects
Commit 16d7d94f authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Fixed copy/paste bug.

parent 693cca5d
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment