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:
c8e983a
)
fix duplicity version test
author
intrigeri
<intrigeri@boum.org>
Sun, 25 Nov 2007 17:17:55 +0000
(17:17 +0000)
committer
intrigeri
<intrigeri@boum.org>
Sun, 25 Nov 2007 17:17:55 +0000
(17:17 +0000)
handlers/dup.in
patch
|
blob
|
history
diff --git
a/handlers/dup.in
b/handlers/dup.in
index 9848cbc024e981acb5b6c0f09ea91e97de0c184d..4b286a36c6003bf301e5e33cc645d549822a24b6 100644
(file)
--- a/
handlers/dup.in
+++ b/
handlers/dup.in
@@
-89,7
+89,7
@@
scpoptions="$sshoptions"
execstr="$options --no-print-statistics "
# < 0.4.2 : only uses ssh and scp
-if [ "$duplicity_major" -le 0 -a "$duplicity_minor" -le 4 -a "$duplicity_sub" -l
e
2 ]; then
+if [ "$duplicity_major" -le 0 -a "$duplicity_minor" -le 4 -a "$duplicity_sub" -l
t
2 ]; then
execstr="$execstr --scp-command 'scp $scpoptions' --ssh-command 'ssh $sshoptions' "
# >= 0.4.2 : also uses sftp, --sftp-command option is now supported
else