aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorTad Fisher <tad@simple.com>2017-03-16 15:52:03 -0700
committerTad Fisher <tad@simple.com>2017-03-16 16:17:26 -0700
commitdaa004115c43890e5ff2b9f6a3c0f5672815125b (patch)
tree131852f412ed1722c0048f4c5502742b0738e3be /test/Makefile
parent74d53f3d472452bbd25725b217e1b7a59759b8bc (diff)
Fix build
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 93f4d89..39f1df2 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -17,6 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/ .
+SHELL := /bin/bash
SHELL_PATH ?= $(SHELL)
SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
RM ?= rm -f