From f581f26519aaeb9624da30f10c9d2fd20b1d2562 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 8 Aug 2014 16:34:40 +0000 Subject: [PATCH] false is in /bin --- test/bin/apache-template-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bin/apache-template-update b/test/bin/apache-template-update index 25cfdaf..6c90341 100755 --- a/test/bin/apache-template-update +++ b/test/bin/apache-template-update @@ -18,7 +18,7 @@ export MKWS_ROOT=$(pwd)/.. MKWS_OS=debian APACHE_VERSION=2.2 -apache2=$(env PATH=/usr/bin:/usr/sbin which apache2 httpd false 2>/dev/null | head -1) +apache2=$(env PATH=/bin:/usr/bin:/usr/sbin which apache2 httpd false 2>/dev/null | head -1) case $(uname) in Darwin ) MKWS_OS=macos -- 1.7.10.4