]> gitweb.fluxo.info Git - backupninja.git/commitdiff
Using @SED@ for #3882
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 13 Apr 2012 03:31:03 +0000 (00:31 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 13 Apr 2012 03:31:03 +0000 (00:31 -0300)
handlers/rsync.in

index a77da2a0c80c02f456bc30c3905d4a9de7f12d50..ad8e64f4e68e0bd5afaa6357f3e473b73f0c71ee 100644 (file)
@@ -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'`
 
 }