Skip to content

Commit 1426002

Browse files
authored
Makefile: ensure bash is used instead of /bin/sh (#1004)
1 parent 193a6dd commit 1426002

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PREFIX ?= /usr/local
22
BINPREFIX ?= "$(PREFIX)/bin"
3+
SHELL := bash
34

45
OS = $(shell uname)
56
ifeq ($(OS), FreeBSD)

0 commit comments

Comments
 (0)