mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
tools/mkrelease: fix shellcheck 0.11.0 false positive (#14169)
This commit is contained in:
@@ -78,7 +78,7 @@ while [[ $# -gt 0 ]]; do
|
||||
shift
|
||||
;;
|
||||
-o | --options)
|
||||
declare -a "a=($2)"
|
||||
declare -a a="($2)"
|
||||
options+=("${a[@]}")
|
||||
shift
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user