mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Small fix.
This commit is contained in:
parent
0701b0748c
commit
6a1ce967cc
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ if ($debuglevel > 1) {
|
|||
chomp $debugopts;
|
||||
if ($debugopts =~ /--debugmsg /) {
|
||||
($crap, $debugopts) = split / /,$debugopts;
|
||||
if ($debugopts =~ /WINEDEBUG /) {
|
||||
if ($debugopts =~ /WINEDEBUG= /) {
|
||||
($crap, $debugopts) = split / /,$debugopts;
|
||||
}
|
||||
if ($debugopts =~ /^\s*$/) {
|
||||
|
|
Loading…
Reference in a new issue