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:
b52464c
)
rdiff.helper: fixed vsnames output syntax (currently unused by the rdiff handler...
author
intrigeri
<intrigeri@boum.org>
Thu, 19 Jan 2006 21:58:12 +0000
(21:58 +0000)
committer
intrigeri
<intrigeri@boum.org>
Thu, 19 Jan 2006 21:58:12 +0000
(21:58 +0000)
handlers/rdiff.helper
patch
|
blob
|
history
diff --git
a/handlers/rdiff.helper
b/handlers/rdiff.helper
index c21c5b584ea819adfccbef017186d0a3c0ce7fad..2538dd8fcb9282f9f5695acd30dfdd73cb7a758d 100644
(file)
--- a/
handlers/rdiff.helper
+++ b/
handlers/rdiff.helper
@@
-299,7
+299,7
@@
EOF
EOF
set -o noglob
- echo -e "vsnames =
\"$selected_vservers\"
\n" >> $next_filename
+ echo -e "vsnames =
$selected_vservers
\n" >> $next_filename
for i in $rdiff_vsincludes; do
echo "vsinclude = $i" >> $next_filename
done