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:
a360824
)
changed cryptic logging about not removing a dir; still not sure exactly what was...
author
Chris Koeritz
<fred@gruntose.com>
Thu, 16 Apr 2015 20:09:46 +0000
(16:09 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 16 Apr 2015 20:09:46 +0000
(16:09 -0400)
scripts/files/zap_the_dir.pl
patch
|
blob
|
history
diff --git
a/scripts/files/zap_the_dir.pl
b/scripts/files/zap_the_dir.pl
index 049838509250fbbe4dd1bc94cf53162a5220209b..63da413e558f5e1411a3c69d49a03e097caa0fa1 100644
(file)
--- a/
scripts/files/zap_the_dir.pl
+++ b/
scripts/files/zap_the_dir.pl
@@
-46,7
+46,7
@@
sub remove_whackables {
print "cleaning file: $fname\n";
&recursive_delete($fname);
} else {
- print "
not touching unimportant dir right now
: $fname\n";
+ print "
skipping item rather than deleting
: $fname\n";
}
}
}