From 5bc3e60a6789b4d50a9716a0508ab912886ec68a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 7 Apr 2014 17:47:22 -0300 Subject: Rsync: restoring IFS/noglob (rebase issue) --- handlers/rsync.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handlers/rsync.in b/handlers/rsync.in index ba8a521..fcf7be8 100644 --- a/handlers/rsync.in +++ b/handlers/rsync.in @@ -282,6 +282,8 @@ function eval_config { str="${i//__star__/*}" excludes="${excludes} --exclude='$str'" done + IFS=$SAVEIFS + set +o noglob # Make sure we'll run bash at the destination ssh_cmd="$ssh_cmd /bin/bash" -- cgit v1.2.3