Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-10-25 20:05:50 +01:00
parent 262ceabca3
commit 08331387b7
1 changed files with 1 additions and 1 deletions

View File

@ -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