Skip to content

Commit

Permalink
set nullglob
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaln7 committed Mar 10, 2021
1 parent 90a8db8 commit 7c7e405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
set -o pipefail
# fail harder
set -eu
# do not treat empty globs as literal
shopt -s nullglob

bp_dir=$(
cd "$(dirname "$0")/.."
Expand Down

0 comments on commit 7c7e405

Please sign in to comment.