Update experimental_dockcheck.sh

Fix reading GotUpdates-array into NumberedUpdates-array.
This commit is contained in:
t0rnis
2023-01-27 17:00:57 +01:00
committed by GitHub
parent ee2ac4ff9e
commit ff5e1e16b0

View File

@ -88,7 +88,7 @@ if [ -n "$GotErrors" ] ; then
fi
### SELECTION definitions and functions:
NumberedUpdates=(all "$GotUpdates")
NumberedUpdates=(all "${GotUpdates[@]}")
options() {
num=0