Don't assume bash is at /bin/bash (not the case on, e.g., BSD).

This commit is contained in:
Anthony J. Bentley 2013-07-04 11:21:55 -06:00
parent 1e96d04b76
commit 81fc67584e

View File

@ -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.