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:
ae041eb
)
removed annoying debug line that got left in.
author
Chris Koeritz
<fred@gruntose.com>
Sun, 12 Apr 2015 00:44:29 +0000
(20:44 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 12 Apr 2015 00:44:29 +0000
(20:44 -0400)
scripts/files/safedel.pl
patch
|
blob
|
history
diff --git
a/scripts/files/safedel.pl
b/scripts/files/safedel.pl
index c0d710829c096c783f534366c74c62fbbbb2af40..2315464e1d150781f008b1727f3eb3834c186686 100644
(file)
--- a/
scripts/files/safedel.pl
+++ b/
scripts/files/safedel.pl
@@
-116,7
+116,7
@@
sub safedel {
}
push(@deleted, "\"$file\"");
} elsif (-f $file) {
-print "about to chmod file\n";
+
#
print "about to chmod file\n";
# make the file writable by our user if possible (which resets any
# prior permissions as long as we're the owner).
system("chmod u+rw '$file'");