From 68c2043fbd32b3e07dd96a4b408dbc1c64aea838 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 20 Feb 2012 09:53:07 +0000 Subject: m4.morph: use bash as the shell to run gnulib-tool --- m4.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4.morph b/m4.morph index a33b16d6..e83420aa 100644 --- a/m4.morph +++ b/m4.morph @@ -3,7 +3,7 @@ "kind": "chunk", "configure-commands": [ "rm .git*", - "bash bootstrap --skip-po", + "CONFIG_SHELL=\"/bin/bash\" bash -ex bootstrap --skip-po", "./configure --prefix=/usr --disable-nls" ], "build-commands": [ -- cgit v1.2.1