From b16824ddf487ad9f0502473d4908c7080655bde7 Mon Sep 17 00:00:00 2001 From: minima Date: Tue, 8 Jan 2002 12:34:14 +0000 Subject: [PATCH] remove debugging --- cmd/save.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/save.pl b/cmd/save.pl index 9bb74ddd..1689d387 100644 --- a/cmd/save.pl +++ b/cmd/save.pl @@ -24,7 +24,7 @@ if ($line =~ /-a/) { # append to the file $app_req = '>>'; } -$DB::single = 1; +#$DB::single = 1; my ($fn, $rest) = split /\s+/, $line, 2; $fn = "$main::root/packclus/$fn" unless $fn =~ m|^/|; -- 2.34.1