Merge "debian: build-docker-images: add missing quotes"

This commit is contained in:
Zuul 2022-05-06 16:02:38 +00:00 committed by Gerrit Code Review
commit 4fbd829499

View File

@ -154,7 +154,7 @@ while true; do
shift 2 shift 2
;; ;;
--repo) --repo)
REPO_LIST+=($2) REPO_LIST+=("$2")
shift 2 shift 2
;; ;;
--local) --local)