From 1a73073afe1aa28972a45a3def4c0900dfa07507 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 21 Feb 2012 23:30:56 -0500 Subject: [PATCH] fix for missing semicolon. --- scripts/files/zapdirs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "';'"; -- 2.34.1