aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
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") {