X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ffiles%2Fzapdirs.pl;h=d69da8a0ee87718236c4eb889125eb3cdda2c500;hb=f83e7805fb06ab2df51cf65705d30c68c4d4467a;hp=f2b397a77bf2b4e72c0d4a8a32a2625c76a5a85f;hpb=1a73073afe1aa28972a45a3def4c0900dfa07507;p=feisty_meow.git diff --git a/scripts/files/zapdirs.pl b/scripts/files/zapdirs.pl index f2b397a7..d69da8a0 100644 --- a/scripts/files/zapdirs.pl +++ b/scripts/files/zapdirs.pl @@ -21,12 +21,12 @@ 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") { +if ($OS == "UNIX") { $FIND_ENDING = "';'"; -} elsif ( ($OS eq "DOS") || ($OS eq "Windows_95") - || ($OS eq "Windows_98") || ($OS eq "Windows_NT") ) { +} elsif ( ($OS == "DOS") || ($OS == "Windows_95") + || ($OS == "Windows_98") || ($OS == "Windows_NT") ) { $FIND_ENDING = "';'"; } else { die "The Operating System variable (OS) is not set.\n";