fix for missing semicolon.
authorChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 04:30:56 +0000 (23:30 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 04:30:56 +0000 (23:30 -0500)
scripts/files/zapdirs.pl

index d64e5e510657104a05b2116c2f25b92149d9b3e5..f2b397a77bf2b4e72c0d4a8a32a2625c76a5a85f 100644 (file)
@@ -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 = "';'";