fix some issues with new format
[spider.git] / cmd / save.pl
index 9bb74dddc914ce585c2826483e63e0cec4621545..02835ef721dee95edbe115037d5657462e665baa 100644 (file)
@@ -1,6 +1,8 @@
 # 
 # save the output of ANY command to a file
 #
+# From an idea by Rene OZ1LQH
+#
 # Copyright (c) 2002 Dirk Koopman G1TLH
 #
 # $Id$
@@ -24,7 +26,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|^/|;