From 0f271fa6c6be6ca46daf8f1132575af90fec712d Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Wed, 18 Apr 2007 18:56:48 +0200 Subject: [PATCH] Fixed a bashism. Rev: Makefile:1.163 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b6fedfa9fe..00a6ac6183 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.162 2007/01/01 04:48:18 nilsson Exp $ +# $Id: Makefile,v 1.163 2007/04/18 16:56:48 mast Exp $ # # Meta Makefile # @@ -128,7 +128,7 @@ configure: src/configure builddir CONFIG_SHELL="/bin/bash -norc" ; \ fi ;\ runconfigure () { \ - CONFIG_SITE=x $${CONFIG_SHELL-/bin/sh} \ + eval CONFIG_SITE=x $${CONFIG_SHELL-/bin/sh} \ "$$srcdir"/configure "$$@" || exit $$?; \ }; \ eval runconfigure $$configureargs; \ -- GitLab