From 8a65421e965caeb8beac0b484d436ee688990c63 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Thu, 19 Apr 2007 13:17:01 +0200
Subject: [PATCH] Reverted assumed "bashism" fix - the problem was elsewhere.

Rev: Makefile:1.164
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 00a6ac6183..0279b72fbf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile,v 1.163 2007/04/18 16:56:48 mast Exp $
+# $Id: Makefile,v 1.164 2007/04/19 11:17:01 mast Exp $
 #
 # Meta Makefile
 #
@@ -128,7 +128,7 @@ configure: src/configure builddir
 	      CONFIG_SHELL="/bin/bash -norc" ; \
 	    fi ;\
 	    runconfigure () { \
-	      eval CONFIG_SITE=x $${CONFIG_SHELL-/bin/sh} \
+	      CONFIG_SITE=x $${CONFIG_SHELL-/bin/sh} \
 		"$$srcdir"/configure "$$@" || exit $$?; \
 	    }; \
 	    eval runconfigure $$configureargs; \
-- 
GitLab