summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2003-08-20 10:19:46 +0000
committerStuart Herbert <stuart@gentoo.org>2003-08-20 10:19:46 +0000
commit0b4ae0183ad1bfb50a112aeed44fa492da7012bb (patch)
treebd60381956af7a27eccd820ef65b2c84a4192e66 /eclass/webapp-apache.eclass
parentadded a notice about tab completion, closing bug #26776 (diff)
downloadhistorical-0b4ae0183ad1bfb50a112aeed44fa492da7012bb.tar.gz
historical-0b4ae0183ad1bfb50a112aeed44fa492da7012bb.tar.bz2
historical-0b4ae0183ad1bfb50a112aeed44fa492da7012bb.zip
Fix for bug 23400
Diffstat (limited to 'eclass/webapp-apache.eclass')
-rw-r--r--eclass/webapp-apache.eclass7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/webapp-apache.eclass b/eclass/webapp-apache.eclass
index afc6c419100c..4e37546703a6 100644
--- a/eclass/webapp-apache.eclass
+++ b/eclass/webapp-apache.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.8 2003/08/18 13:00:01 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.9 2003/08/20 10:19:46 stuart Exp $
#
# Author: Stuart Herbert <stuart@gentoo.org>
#
@@ -46,6 +46,11 @@ function webapp-detect () {
webapp-determine-installowner
webapp-determine-htdocsdir
webapp-determine-cgibindir
+
+ # explicit return here to ensure the return code
+ # from webapp-determine-cgibindir above isn't returned instead
+
+ return 0
}
function webapp-determine-htdocsdir ()