From 9084c60d036e2e8509556d848acf13192a3575de Mon Sep 17 00:00:00 2001 From: dbs Date: Sat, 30 Aug 2008 14:31:48 +0000 Subject: [PATCH] Fix syntax errors in configoptions.sh (although this file might be rm'ed shortly) git-svn-id: svn://svn.open-ils.org/ILS/trunk@10487 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- configoptions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configoptions.sh b/configoptions.sh index 993a769179..51d04f403a 100644 --- a/configoptions.sh +++ b/configoptions.sh @@ -33,7 +33,7 @@ echo "Install Open-ILS REPORTER? (y/n) " read X; if [ $X == "y" ] ; then TARGS=${TARGS}" --enable-openils-reporter" -elseif [ $X == "n" ] ; then +elif [ $X == "n" ] ; then TARGS=${TARGS}" --disable-openils-reporter" fi echo "Install Open-ILS XUL CLIENT? (y/n) " @@ -45,7 +45,7 @@ echo "Install Open-ILS XUL SERVER? (y/n) " read X; if [ $X == "y" ] ; then TARGS=${TARGS}" --enable-openils-server-xul" -elseif [ $X == "n" ] ; then +elif [ $X == "n" ] ; then TARGS=${TARGS}" --disable-openils-server-xul" fi echo "Install EVERGREEN CORE? (y/n) " -- 2.11.0