projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e09627
)
Fix syntax errors in configoptions.sh (although this file might be rm'ed shortly)
author
dbs
<dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 30 Aug 2008 14:31:48 +0000
(14:31 +0000)
committer
dbs
<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
patch
|
blob
|
history
diff --git
a/configoptions.sh
b/configoptions.sh
index
993a769
..
51d04f4
100644
(file)
--- 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"
-el
se
if [ $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"
-el
se
if [ $X == "n" ] ; then
+elif [ $X == "n" ] ; then
TARGS=${TARGS}" --disable-openils-server-xul"
fi
echo "Install EVERGREEN CORE? (y/n) "