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