From 763965c8b824b5b385b52b3874fca8f916d891f4 Mon Sep 17 00:00:00 2001 From: albfan Date: Sun, 17 May 2015 09:48:58 +0200 Subject: [PATCH] project is bash dependent --- t/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Makefile b/t/Makefile index e10d3e2..16dbba2 100644 --- a/t/Makefile +++ b/t/Makefile @@ -1,4 +1,4 @@ -SHELL_PATH ?= $(SHELL) +SHELL_PATH ?= /bin/bash PROVE ?= prove DEFAULT_TEST_TARGET ?= test