Add missing quotes in build-docker.sh
This commit is contained in:
parent
9a3a10bf10
commit
d45b9a52e0
|
@ -41,7 +41,7 @@ if test -z "${CONFIG_FILE}"; then
|
|||
exit 1
|
||||
else
|
||||
# shellcheck disable=SC1090
|
||||
source ${CONFIG_FILE}
|
||||
source "${CONFIG_FILE}"
|
||||
fi
|
||||
|
||||
CONTAINER_NAME=${CONTAINER_NAME:-pigen_work}
|
||||
|
|
Loading…
Reference in New Issue
Block a user