From 521213dd1bff982796c46b289b14b1fbb3a47a07 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Sun, 30 Mar 2008 17:55:37 +0000 Subject: updated source to use apache infrastructure addresses git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642789 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 428915ad..17060957 100755 --- a/bootstrap +++ b/bootstrap @@ -86,8 +86,7 @@ EOF display_help () { # Display a short description of the script's behaviour. - list_address=$(extract_configuration_variable LOCAL_LIST_ADDRESS) - list_uri=$(extract_configuration_variable LOCAL_LIST_URI) + bug_uri=$(extract_configuration_variable LOCAL_BUG_URI) cat << EOF Usage: $basename [OPTION]... @@ -105,9 +104,7 @@ Environment variables: REPOSITORY_REVISION manual override for revision information -Report bugs via the web at <$list_uri>. - -Report bugs via email to <$list_address>. +Report bugs at <$bug_uri>. EOF } -- cgit v1.2.3