diff --git a/scripts/purify2tasks.pl b/scripts/purify2tasks.pl index 24aa1aafea1..655df47b68b 100755 --- a/scripts/purify2tasks.pl +++ b/scripts/purify2tasks.pl @@ -53,5 +53,6 @@ while (my $line = ) { # match a warning/error report } elsif ($line =~ /^\[[W|E|I]\] /) { $lastMessage = substr($line, 4); + $lastMessage =~ s/\\/\\\\/g; } }