X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fbin%2Fapache-template-update;h=29024ab32819d0ea98ca67f3616f43f4f61d5aad;hb=4ec099efd0efc4c74a940028342013fc4dfdf2a4;hp=25cfdafe43d6ba94fef2559a54ad769c0b4d7f98;hpb=0a969a8c6a0c075be3527edd1a09b9971f5a38d8;p=mkws-moved-to-github.git diff --git a/test/bin/apache-template-update b/test/bin/apache-template-update index 25cfdaf..29024ab 100755 --- a/test/bin/apache-template-update +++ b/test/bin/apache-template-update @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2014-2014 IndexData ApS. http://indexdata.com +# Copyright (c) 2014-2014 Index Data ApS. http://indexdata.com # Wolfram Schneider # # generate temp config file for testing @@ -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