aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt2 b/iurt2
index 10bac36..61842ac 100755
--- a/iurt2
+++ b/iurt2
@@ -602,7 +602,7 @@ if ($config->{local_spool}) {
}
# Squash double slashes
-$local_spool =~ s!//!!g;
+$local_spool =~ s!/+!/!g;
#/
plog('INFO', "local spool: $local_spool");