From: des Date: Thu, 26 Apr 2007 10:39:19 +0000 (+0000) Subject: Force CONFIG_SHELL to /bin/sh. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d7fa8e91ea6549ada2849ad11285349d081fad;p=varnish Force CONFIG_SHELL to /bin/sh. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1369 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/autogen.des b/varnish-cache/autogen.des index ebc079e9..7a1ae2a9 100755 --- a/varnish-cache/autogen.des +++ b/varnish-cache/autogen.des @@ -7,6 +7,7 @@ set -ex ./autogen.sh +CONFIG_SHELL=/bin/sh \ ./configure \ --enable-developer-warnings \ --enable-debugging-symbols \