updated path for safedel's junk file repository.
authorChris Koeritz <fred@gruntose.com>
Tue, 21 Jan 2014 18:21:55 +0000 (13:21 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 21 Jan 2014 18:21:55 +0000 (13:21 -0500)
doc/doc_fodder/perl_tools.html
scripts/files/safedel.pl

index a5d13b646f61e9a8d3597a94f0185fff7356ae25..0cb75506a3e2ffaaab03569b2cad8d70bcb69dec 100644 (file)
@@ -258,7 +258,7 @@ nerve-wracking.&nbsp; If you substitute safedel as an alias for rm or
 del or deltree or whatever, it will make a zipped backup of the items
 before they are actually deleted.&nbsp; Safedel keeps track of a number
 that is attached to each zip to enforce uniquely numbered
-archives.&nbsp; They are stored in a directory named "zz_del_keep"
+archives.&nbsp; They are stored in a directory named "zz_safedel_keep"
 that is stored under the temorary directory (specified by the
 environment
 variable named TMP).&nbsp; A report of the contents of the compressed
index c009cc2a4d6f15930a7fb1d88a2dfc4da727ac52..ae6f81387451a48e52010e45688187a26288b0cf 100644 (file)
@@ -78,7 +78,7 @@ sub safedel {
       die "the TMP directory $TMP could not be created!\n";
     }
   }
-  $temp_subdir = $TMP . "/zz_del_keep";
+  $temp_subdir = $TMP . "/zz_safedel_keep";
   if (! -d $temp_subdir) {
     mkdir "$temp_subdir", 0700;
       # create the subdirectory under temp if missing.