Fix syntax errors in configoptions.sh (although this file might be rm'ed shortly)
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 30 Aug 2008 14:31:48 +0000 (14:31 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 30 Aug 2008 14:31:48 +0000 (14:31 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@10487 dcc99617-32d9-48b4-a31d-7c20da2025e4

configoptions.sh

index 993a769..51d04f4 100644 (file)
@@ -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) "