projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad5741
)
fix for missing semicolon.
author
Chris Koeritz
<fred@gruntose.com>
Wed, 22 Feb 2012 04:30:56 +0000
(23:30 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 22 Feb 2012 04:30:56 +0000
(23:30 -0500)
scripts/files/zapdirs.pl
patch
|
blob
|
history
diff --git
a/scripts/files/zapdirs.pl
b/scripts/files/zapdirs.pl
index d64e5e510657104a05b2116c2f25b92149d9b3e5..f2b397a77bf2b4e72c0d4a8a32a2625c76a5a85f 100644
(file)
--- 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 = "';'";