+braces
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
262ceabca3
commit
08331387b7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue