Skip to content

Commit

Permalink
Testing with sh shell instead of bash
Browse files Browse the repository at this point in the history
Don't merge, just a debug test
  • Loading branch information
CurlRip authored Nov 13, 2024
1 parent d899593 commit 9e7f987
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 @@ -15,7 +15,7 @@ export GO111MODULE=on
# If not windows, set the shell to bash explicitly
ifneq ($(OS), Windows_NT)
ifeq ($(shell uname), Darwin)
SHELL := /bin/bash
SHELL := /bin/sh
endif
endif

Expand Down

0 comments on commit 9e7f987

Please sign in to comment.