From bc9764fcde92f8bb7a7ee9eb085cbd7e2aeb420c Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Mon, 23 Aug 2021 18:12:29 -0400 Subject: [PATCH] Invoke `bash` explicitly for Windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d384bf4bef1..544bbc57b09 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ check-formatting: test -z "$$(find . -path '**/vendor' -prune -or -type f -iname '*.go' ! -empty -print0 | xargs -0 grep -L "//\s*autoformat-ignore" | xargs gofmt -l)" install-deps: - scripts/install-deps.sh $(CODEQL_LOCK_MODE) + bash scripts/install-deps.sh $(CODEQL_LOCK_MODE) ifeq ($(QHELP_OUT_DIR),) # If not otherwise specified, compile qhelp to markdown in place