Skip to content

Commit

Permalink
Added simple catch for default case in which PIGEN_DOCKER_OPTS is uns…
Browse files Browse the repository at this point in the history
…pecified during docker build (RPi-Distro#522)
  • Loading branch information
DBongiorno-CG authored Jun 17, 2021
1 parent 014ae41 commit 6214d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ fi
CONTAINER_NAME=${CONTAINER_NAME:-pigen_work}
CONTINUE=${CONTINUE:-0}
PRESERVE_CONTAINER=${PRESERVE_CONTAINER:-0}
PIGEN_DOCKER_OPTS=${PIGEN_DOCKER_OPTS:-""}

if [ -z "${IMG_NAME}" ]; then
echo "IMG_NAME not set in 'config'" 1>&2
Expand Down

0 comments on commit 6214d8b

Please sign in to comment.