Skip to content

Commit

Permalink
fix typo in bash option name
Browse files Browse the repository at this point in the history
  • Loading branch information
reece committed Sep 9, 2023
1 parent 9cab860 commit 9880db9
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
Expand Up @@ -5,7 +5,7 @@
.PRECIOUS:
.SUFFIXES:

SHELL:=/bin/bash -e -o pipefail -o globstar
SHELL:=/bin/bash -e -o pipefail -O globstar
SELF:=$(firstword $(MAKEFILE_LIST))

TEST_DIRS:=tests
Expand Down

0 comments on commit 9880db9

Please sign in to comment.