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:
c1c28e7
)
Applied Anarcat's patch to fix rdiff's $test
author
intrigeri
<intrigeri@boum.org>
Fri, 9 Jun 2006 11:34:42 +0000
(11:34 +0000)
committer
intrigeri
<intrigeri@boum.org>
Fri, 9 Jun 2006 11:34:42 +0000
(11:34 +0000)
handlers/rdiff
patch
|
blob
|
history
diff --git
a/handlers/rdiff
b/handlers/rdiff
index 88aeaf3fc7b130ac5ee5e437f7c001a58ef216f5..8faca9d654a827b7d447c48736c1ef1515e7b302 100644
(file)
--- a/
handlers/rdiff
+++ b/
handlers/rdiff
@@
-155,7
+155,7
@@
fi
removestr="${removestr}${destdir}/${label}";
debug "$removestr"
-if [
! $test
]; then
+if [
$test = 0
]; then
output=`$removestr 2>&1`
if [ $? = 0 ]; then
debug $output
@@
-221,7
+221,7
@@
execstr="${execstr}--exclude '/*' "
execstr="${execstr}$execstr_sourcepart $execstr_destpart"
debug "$execstr"
-if [
! $test
]; then
+if [
$test = 0
]; then
output=`nice -n $nicelevel su -c "$execstr" 2>&1`
if [ $? = 0 ]; then
debug $output