diff options
Diffstat (limited to 'handlers')
| -rw-r--r-- | handlers/rsync.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/handlers/rsync.in b/handlers/rsync.in index d93411a..567f8a7 100644 --- a/handlers/rsync.in +++ b/handlers/rsync.in @@ -893,7 +893,7 @@ function set_rsync_options {    if [ "$from" == "local" ] || [ "$dest" == "local" ]; then      # rsync options for local sources or destinations -    rsync_options="$rsync_options" +    rsync_options=($rsync_options)    fi    if [ "$from" == "remote" ] || [ "$dest" == "remote" ]; then | 
