aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorMarcelo Leitner <mrl@mandriva.com>2008-02-15 20:35:23 +0000
committerMarcelo Leitner <mrl@mandriva.com>2008-02-15 20:35:23 +0000
commit0d277bad9693d75f62032946aa6d7aa24956aaa5 (patch)
tree109db48f8ff7683b4d3a4e972b3dcc295d227318 /iurt2
parent90d2ce83baf8b146e910d30190877722fa9c33b3 (diff)
downloadiurt-0d277bad9693d75f62032946aa6d7aa24956aaa5.tar
iurt-0d277bad9693d75f62032946aa6d7aa24956aaa5.tar.gz
iurt-0d277bad9693d75f62032946aa6d7aa24956aaa5.tar.bz2
iurt-0d277bad9693d75f62032946aa6d7aa24956aaa5.tar.xz
iurt-0d277bad9693d75f62032946aa6d7aa24956aaa5.zip
- Fix damn bogus regular expression.
Diffstat (limited to 'iurt2')
-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");