aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-04-13 00:31:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-04-13 00:31:03 -0300
commit5ea13f4c240cf4c8c9f96dc424a5a14acc709f51 (patch)
tree55b2eeb0d72f10ee0d419d0d9d32fb978db15831
parentaa8d0f864830036e12e52696243c05df76d678e2 (diff)
downloadbackupninja-5ea13f4c240cf4c8c9f96dc424a5a14acc709f51.tar.gz
backupninja-5ea13f4c240cf4c8c9f96dc424a5a14acc709f51.tar.bz2
Using @SED@ for #3882
-rw-r--r--handlers/rsync.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/rsync.in b/handlers/rsync.in
index a77da2a..ad8e64f 100644
--- a/handlers/rsync.in
+++ b/handlers/rsync.in
@@ -277,7 +277,7 @@ function eval_config {
mv=move_files
fi
- excludes=`echo "$exclude" | sed -e 's/^/--exclude=/g' -e 's/ / --exclude=/g'`
+ excludes=`echo "$exclude" | @SED@ 's/^/--exclude=/g' -e 's/ / --exclude=/g'`
}