Skip to content

Commit

Permalink
Fix unbound variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jan 1, 2020
1 parent c946cf3 commit 0c07f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ run() {
fi
}

if [ -z "${1}" ]; then
if [ -z "${1:-}" ]; then
for t in Dockerfile.*; do
run "${t##Dockerfile.}"
done
Expand Down

0 comments on commit 0c07f3d

Please sign in to comment.