Skip to content

Commit 932ab17

Browse files
authored
Switch bash back to sh (#100)
1 parent 443755e commit 932ab17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GOPATH := $(shell go env GOPATH)
1313
endif
1414

1515
GOBIN := $(if $(shell go env GOBIN),$(shell go env GOBIN),$(GOPATH)/bin)
16-
SHELL := PATH=$(GOBIN):$(PATH) /bin/bash
16+
SHELL := PATH=$(GOBIN):$(PATH) /bin/sh
1717

1818
COLOR := "\e[1;36m%s\e[0m\n"
1919

0 commit comments

Comments
 (0)