From 534bc75c863f71c7af2668d7982ccdb724e510c1 Mon Sep 17 00:00:00 2001 From: akl Date: Fri, 9 Nov 2007 12:54:26 +0000 Subject: [PATCH] Update in according to addition another one input parameter. --- config_files/MED.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_files/MED.sh b/config_files/MED.sh index 187f76a..0f2638e 100755 --- a/config_files/MED.sh +++ b/config_files/MED.sh @@ -142,7 +142,7 @@ export INSTALL_PRODUCTS=$7; SRC_DIR=$8; shift REMOVE_SRC_TMP=$8; -if [ $# == 9 ] ; then MED_WITH_GUI="FALSE" ; else MED_WITH_GUI="TRUE" ; fi +if [ $# == 10 ] ; then MED_WITH_GUI="FALSE" ; else MED_WITH_GUI="TRUE" ; fi export PRODUCT="MED_${VERSION}" export PRODUCT_SRC="MED_SRC_${VERSION}" export PRODUCT_DIR=${INSTALL_ROOT}/${PRODUCT} -- 2.39.2