diff --git a/Makefile b/Makefile index 1374fd0..72a8187 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ PREFIX ?= /usr/local BINPREFIX ?= "$(PREFIX)/bin" +SHELL := bash OS = $(shell uname) ifeq ($(OS), FreeBSD)