Skip to content

Commit

Permalink
Enable globstar option when running bash commands
Browse files Browse the repository at this point in the history
`clean-bin` target does not clean the `./bin` directory otherwise
  • Loading branch information
danail-branekov committed Jan 13, 2025
1 parent 7641236 commit d346fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Setting SHELL to bash allows bash commands to be executed by recipes.
# This is a requirement for 'setup-envtest.sh' in the test target.
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
SHELL = /usr/bin/env bash -o pipefail
SHELL = /usr/bin/env bash -o pipefail -O globstar
.SHELLFLAGS = -ec

##@ General
Expand Down

0 comments on commit d346fc8

Please sign in to comment.