tools/mkrelease: fix shellcheck 0.11.0 false positive (#14169)

This commit is contained in:
Benoit Pierre
2025-08-15 10:25:37 +02:00
committed by GitHub
parent 9a357cc87b
commit 9017bccaba

View File

@@ -78,7 +78,7 @@ while [[ $# -gt 0 ]]; do
shift
;;
-o | --options)
declare -a "a=($2)"
declare -a a="($2)"
options+=("${a[@]}")
shift
;;