From 08331387b7db9ace036bfa7c17645e8da358909a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 25 Oct 2009 20:05:50 +0100 Subject: [PATCH] +braces Signed-off-by: Nico Schottelius --- ccollect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccollect.sh b/ccollect.sh index 5ef06a3..f940fef 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -403,7 +403,7 @@ while [ "${i}" -lt "${no_sources}" ]; do # if [ -f "${c_rsync_options}" ]; then while read line; do - set -- "$@" "$line" + set -- "$@" "${line}" done < "${c_rsync_options}" fi