From 9880db9a9e36da216f2d1420f769eb734ca0ebfe Mon Sep 17 00:00:00 2001 From: Reece Hart Date: Fri, 8 Sep 2023 21:43:44 -0700 Subject: [PATCH] fix typo in bash option name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 928b4e1..3b575f4 100644 --- a/Makefile +++ b/Makefile @@ -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