Don't assume bash is at /bin/bash (not the case on, e.g., BSD).
This commit is contained in:
parent
1e96d04b76
commit
81fc67584e
|
@ -8,7 +8,7 @@
|
|||
|
||||
PREFIX ?= /usr/local
|
||||
|
||||
SHELL = /bin/bash
|
||||
SHELL = bash
|
||||
|
||||
# -fno-omit-frame-pointer and -ggdb add almost nothing to execution
|
||||
# time right now, so we can leave them in all the time.
|
||||
|
|
Loading…
Reference in New Issue
Block a user