1
0
Fork 0

unquote dummy var to allow splitting

This commit is contained in:
Asif Bacchus 2020-09-15 00:40:55 -06:00
parent b81619376a
commit c80374f971
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ else
fi
## update files
set -- dummy "$updateFiles"
# remember: do NOT quote dummy var!
set -- dummy $updateFiles
shift
for file; do
printf "\nchecking '%s' for updates... " "$file"