This commit is contained in:
minima 2002-01-08 12:33:11 +00:00
parent 8486af73ea
commit 9b3374e76b

View File

@ -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;