aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/purify2tasks.pl1
1 files changed, 1 insertions, 0 deletions
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 = <STDIN> ) {
# match a warning/error report
} elsif ($line =~ /^\[[W|E|I]\] /) {
$lastMessage = substr($line, 4);
+ $lastMessage =~ s/\\/\\\\/g;
}
}