From fbf8abcf9038d3898b4d0f14cdab2259268fb226 Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Thu, 16 Mar 2017 15:03:37 +0100 Subject: [PATCH] use bash for install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ff0ee2..4373088 100755 --- a/Makefile +++ b/Makefile @@ -22,4 +22,4 @@ bins: done bootstrap: - sh ./install.sh + bash ./install.sh