Salome HOME
Remove commented code.
[tools/install.git] / config_files / GUI.sh
index bd933f8708306a5df223a54bcc4389bc77652143..922e20807894ee6e01bc82952f7ebca28dc61c1f 100755 (executable)
@@ -12,7 +12,7 @@
 #
 ####################################################################################
 
-VERSION="3.2.6"
+VERSION="3.2.7"
 
 check_version(){
 if [ -n "${GUI_ROOT_DIR}" ]; then
@@ -80,10 +80,8 @@ source ${INSTALL_WORK}/$SHRC
 
 check_jb tar xfz ${SOURCE_DIR}/GUIsourcesV${VERSION}.tar.gz -C ${INSTALL_ROOT}
 
-if [ $PROCEDURE == "install_source" ]; then
 # to generate environment scripts
-    try_preinstalled
-fi
+try_preinstalled
 }
 
 install_source_and_build()