Small fix.
This commit is contained in:
parent
0701b0748c
commit
6a1ce967cc
|
@ -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 New Issue