aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-02-15 14:03:49 +0000
committerThierry Vignaud <tv@mandriva.org>2008-02-15 14:03:49 +0000
commit4ea71df189f2cb5a8756ce3a9e6357451aeeba6d (patch)
tree29b67ebdae4234eb92ef3ba5e309e5ae1789367c /iurt2
parent4ddc34a8740b726dad1075fd6b3ac392ec3ce00a (diff)
downloadiurt-4ea71df189f2cb5a8756ce3a9e6357451aeeba6d.tar
iurt-4ea71df189f2cb5a8756ce3a9e6357451aeeba6d.tar.gz
iurt-4ea71df189f2cb5a8756ce3a9e6357451aeeba6d.tar.bz2
iurt-4ea71df189f2cb5a8756ce3a9e6357451aeeba6d.tar.xz
iurt-4ea71df189f2cb5a8756ce3a9e6357451aeeba6d.zip
small change so that perl_checker is able to parse this file
Diffstat (limited to 'iurt2')
-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") {