perl seems to interfere with &> /dev/null, and rather than research why right now,
[feisty_meow.git] / scripts / files / zapdirs.pl
index f2b397a77bf2b4e72c0d4a8a32a2625c76a5a85f..9ca8cb390a112c7b886bafee6f6e9bfc2204b73e 100644 (file)
@@ -21,7 +21,7 @@
 
 require "zap_the_dir.pl";
 
-$DEV_NULL = "&>/dev/null";
+$DEV_NULL = "> /dev/null 2> /dev/null";
 #hmmm: move this to a useful location in a perl library.
 if ($OS eq "UNIX") {
   $FIND_ENDING = "';'";