This commit is contained in:
Heavybullets8 2022-07-25 22:28:16 -06:00
parent d511df4fb4
commit 5b1b0a73d9

View File

@ -100,7 +100,7 @@ do
# existing or starting with dash?
if [[ -n $nextopt && $nextopt != -* ]] ; then
OPTIND=$((OPTIND + 1))
update_limit=("$OPTARG")
update_limit=$OPTARG
else
update_limit=1
fi