projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a969a8
)
false is in /bin
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 8 Aug 2014 16:34:40 +0000
(16:34 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 8 Aug 2014 16:34:40 +0000
(16:34 +0000)
test/bin/apache-template-update
patch
|
blob
|
history
diff --git
a/test/bin/apache-template-update
b/test/bin/apache-template-update
index
25cfdaf
..
6c90341
100755
(executable)
--- 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