From: Chris Koeritz Date: Wed, 22 Feb 2012 04:30:56 +0000 (-0500) Subject: fix for missing semicolon. X-Git-Tag: 2.140.90~1569 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=1a73073afe1aa28972a45a3def4c0900dfa07507;p=feisty_meow.git fix for missing semicolon. --- diff --git a/scripts/files/zapdirs.pl b/scripts/files/zapdirs.pl index d64e5e51..f2b397a7 100644 --- a/scripts/files/zapdirs.pl +++ b/scripts/files/zapdirs.pl @@ -21,7 +21,7 @@ require "zap_the_dir.pl"; -$DEV_NULL = "&>/dev/null" +$DEV_NULL = "&>/dev/null"; #hmmm: move this to a useful location in a perl library. if ($OS eq "UNIX") { $FIND_ENDING = "';'";