From acec158b5c2dfbc870600c7fb4b3a3a8f213657a Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 15 Aug 2005 13:06:15 +0000 Subject: [PATCH] removed the magical 'which' call to find apxs. it's not pretty when there is no apxs in path git-svn-id: svn://svn.open-ils.org/ILS/trunk@1655 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- install.conf.default | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.conf.default b/install.conf.default index c52d9e4d35..336126997c 100644 --- a/install.conf.default +++ b/install.conf.default @@ -74,8 +74,7 @@ TMP="/tmp/ilstmp/"; # to the published API. # -------------------------------------------------------------------- -APXS2=$(which apxs); -if [ -z "$APXS2" ]; then APXS2="/opt/bin/apxs"; fi +APXS2="/opt/bin/apxs"; # -------------------------------------------------------------------- -- 2.43.2