X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ffiles%2Fzapdirs.pl;h=9ca8cb390a112c7b886bafee6f6e9bfc2204b73e;hb=068a293d75c9b3bfe11489d062a7d20a6be9ddaa;hp=8a3a23feafaab543ae92a3f7d89f1ff34b47abb8;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/files/zapdirs.pl b/scripts/files/zapdirs.pl index 8a3a23fe..9ca8cb39 100644 --- a/scripts/files/zapdirs.pl +++ b/scripts/files/zapdirs.pl @@ -21,14 +21,13 @@ require "zap_the_dir.pl"; +$DEV_NULL = "> /dev/null 2> /dev/null"; #hmmm: move this to a useful location in a perl library. if ($OS eq "UNIX") { $FIND_ENDING = "';'"; - $DEV_NULL = "> /dev/null" } elsif ( ($OS eq "DOS") || ($OS eq "Windows_95") || ($OS eq "Windows_98") || ($OS eq "Windows_NT") ) { $FIND_ENDING = "';'"; - $DEV_NULL = "> nul" } else { die "The Operating System variable (OS) is not set.\n"; }