From c53556525976ce4d80c8e25b4c55c4774090e30e Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 15 Jan 2010 10:48:12 -0500 Subject: Quote includes and excludes arrays in rsync execution --- squashfu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squashfu b/squashfu index 1dcbf41..6899c24 100755 --- a/squashfu +++ b/squashfu @@ -86,7 +86,7 @@ create_new_incremental () { debug "rsync ${RSYNC_OPTS[@]} ${INCLUDES[@]} ${EXCLUDES[@]} "$UNION_MOUNT"" info "Creating new incremental" - /usr/bin/rsync ${RSYNC_OPTS[@]} ${INCLUDES[@]} ${EXCLUDES[@]} "$UNION_MOUNT" + /usr/bin/rsync ${RSYNC_OPTS[@]} "${INCLUDES[@]}" "${EXCLUDES[@]}" "$UNION_MOUNT" return $? } -- cgit v1.2.3