X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fsave.pl;h=5a3cacdd87a392c12d1fd4001135a88383e179f0;hb=8486af73ead7e98c81c244cafcdfceabb21f10f7;hp=9d49244564954f5bbc89d199c3f25fe381fbd2ff;hpb=6ccf38d2c9db51eddfc0617f03b25b527b241001;p=spider.git diff --git a/cmd/save.pl b/cmd/save.pl index 9d492445..5a3cacdd 100644 --- a/cmd/save.pl +++ b/cmd/save.pl @@ -27,7 +27,7 @@ if ($line =~ /-a/) { # append to the file my ($fn, $rest) = split /\s+/, $line, 2; $fn = "$main::root/packclus/$fn" unless $fn =~ m|^/|; $fn =~ s/..//g; -$fn =~ m|/+|/|g; +$fn =~ s|/+|/|g; $fn .= '_' . cldate if $date_req; $fn .= '_' . ztime if $time_req; $fn =~ s/\s+//g;