From: Silvio Rhatto Date: Fri, 13 Apr 2012 03:31:03 +0000 (-0300) Subject: Using @SED@ for #3882 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5ea13f4c240cf4c8c9f96dc424a5a14acc709f51;p=backupninja.git Using @SED@ for #3882 --- 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'` }