projects
/
matthijs
/
upstream
/
backupninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ae95a4
)
uncommented rm of buffer file.
author
Elijah Saxon
<elijah@riseup.net>
Sun, 13 Mar 2005 19:47:00 +0000
(19:47 +0000)
committer
Elijah Saxon
<elijah@riseup.net>
Sun, 13 Mar 2005 19:47:00 +0000
(19:47 +0000)
backupninja
patch
|
blob
|
history
diff --git
a/backupninja
b/backupninja
index fb625245b293cd0ab606237c2608ab2d01ac4184..ce85ba46d10ca25d3a95e2aca50ab467f8512d95 100755
(executable)
--- a/
backupninja
+++ b/
backupninja
@@
-308,7
+308,7
@@
function process_action() {
_fatals=`cat $bufferfile | grep "^Fatal: " | wc -l`
ret=`grep "\(^Warning: \|^Error: \|^Fatal: \)" $bufferfile`
-
#
rm $bufferfile
+ rm $bufferfile
if [ $_fatals != 0 ]; then
msg "*failed* -- $file"
errormsg="$errormsg\n== failures from $file ==\n\n$ret\n"