mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-17 09:57:49 +00:00
Update experimental_dockcheck.sh
Fix reading GotUpdates-array into NumberedUpdates-array.
This commit is contained in:
@@ -88,7 +88,7 @@ if [ -n "$GotErrors" ] ; then
|
||||
fi
|
||||
|
||||
### SELECTION definitions and functions:
|
||||
NumberedUpdates=(all "$GotUpdates")
|
||||
NumberedUpdates=(all "${GotUpdates[@]}")
|
||||
|
||||
options() {
|
||||
num=0
|
||||
|
||||
Reference in New Issue
Block a user