From 5cb1971840302b6cd1f9743434c76d5bd221f209 Mon Sep 17 00:00:00 2001 From: Robert Dionne Date: Thu, 20 Jan 2011 15:00:01 -0500 Subject: try fix to configure --- configure | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 75770cfb..81896b1c 100755 --- a/configure +++ b/configure @@ -13,9 +13,7 @@ # License for the specific language governing permissions and limitations under # the License. -function quit { - exit -} + PREFIX="/opt/bigcouch" BIGCOUCH_USER=`whoami` @@ -48,7 +46,7 @@ do ;; *) echo "usage: $0 [-p {prefix} -t {template} -d {data_dir} -v {view_dir} -u {user}]" - quit + exit ;; esac done -- cgit v1.2.3