commit | 6a1ce967cc2752feff5fe2f84cae1a4f927faed3 | [log] [tgz] |
---|---|---|
author | Ivan Leo Murray-Smith <puoti@inwind.it> | Wed Mar 31 00:55:25 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 31 00:55:25 2004 +0000 |
tree | f5d682b67cdb12d5a9387a04860d4dba43c2f9ba | |
parent | 0701b0748c747c04b5a36fe02524a634048ac81c [diff] [blame] |
Small fix.
diff --git a/tools/bug_report.pl b/tools/bug_report.pl index 6a66dd7..df93eff 100755 --- a/tools/bug_report.pl +++ b/tools/bug_report.pl
@@ -319,7 +319,7 @@ chomp $debugopts; if ($debugopts =~ /--debugmsg /) { ($crap, $debugopts) = split / /,$debugopts; - if ($debugopts =~ /WINEDEBUG /) { + if ($debugopts =~ /WINEDEBUG= /) { ($crap, $debugopts) = split / /,$debugopts; } if ($debugopts =~ /^\s*$/) {