Salome HOME
Remove commented code.
[tools/install.git] / config_files / graphviz-2.2.1.sh
index 5c66a10a56b764aa37d60bd7c54fbd83f2ef7f29..b6c4f9967e8ea2f621ad88285e4fc953a8ff8f37 100755 (executable)
@@ -65,10 +65,8 @@ source ${INSTALL_WORK}/$SHRC
 # unpack
 check_jb tar xfz ${SOURCE_DIR}/${PRODUCT}.tar.gz -C ${INSTALL_ROOT}
 
-if [ $PROCEDURE == "install_source" ]; then
 # to generate environment scripts
-    try_preinstalled
-fi
+try_preinstalled
 }
 
 install_source_and_build()