mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-15 07:48:14 +01:00
Merge pull request #2 from t0rnis/patch-1
Update experimental_dockcheck.sh
This commit is contained in:
commit
f767ddacb3
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ if [ -n "$GotErrors" ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### SELECTION definitions and functions:
|
### SELECTION definitions and functions:
|
||||||
NumberedUpdates=(all "$GotUpdates")
|
NumberedUpdates=(all "${GotUpdates[@]}")
|
||||||
|
|
||||||
options() {
|
options() {
|
||||||
num=0
|
num=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue