From 4ea71df189f2cb5a8756ce3a9e6357451aeeba6d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 15 Feb 2008 14:03:49 +0000 Subject: small change so that perl_checker is able to parse this file --- iurt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iurt2') diff --git a/iurt2 b/iurt2 index aa66a33..b58a4a1 100755 --- a/iurt2 +++ b/iurt2 @@ -601,7 +601,7 @@ if ($config->{local_spool}) { } # Squash double slashes -$local_spool =~ y!/!!s; +$local_spool =~ s!//!!g; plog('INFO', "local spool: $local_spool"); if (!-d "$local_spool/log") { -- cgit v1.2.1