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:
8776e3a
)
rdiff: $VROOTDIR/$vserver was prepended twice, fixed ; thanks to Florian Burka
author
intrigeri
<intrigeri@boum.org>
Sat, 3 Jun 2006 19:11:35 +0000
(19:11 +0000)
committer
intrigeri
<intrigeri@boum.org>
Sat, 3 Jun 2006 19:11:35 +0000
(19:11 +0000)
handlers/rdiff
patch
|
blob
|
history
diff --git
a/handlers/rdiff
b/handlers/rdiff
index 4aebfd326e8b03bbb6b44fe0ec976346578bd47d..a80b2c53c4f2fabe787c592a3e76e6ae6fdb68d5 100644
(file)
--- a/
handlers/rdiff
+++ b/
handlers/rdiff
@@
-192,7
+192,7
@@
if [ $usevserver = yes ]; then
for vi in $vsinclude; do
i=`readlink -f $VROOTDIR/$vserver$vi`
str="${i//__star__/*}"
- execstr="${execstr}--include '$
VROOTDIR/$vserver$
str' "
+ execstr="${execstr}--include '$str' "
done
done
fi