From: Nabil Ghodbane Date: Mon, 28 Mar 2022 15:16:38 +0000 (+0200) Subject: move to scotch 6.1.2 X-Git-Tag: V9_9_0~120 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d5185e0fb33241c19e9ea0e07fd920ed8a407354;p=tools%2Fsat_salome.git move to scotch 6.1.2 --- diff --git a/products/compil_scripts/scotch-6.0.4.sh b/products/compil_scripts/scotch-6.0.4.sh index 69f47ff..569c554 100755 --- a/products/compil_scripts/scotch-6.0.4.sh +++ b/products/compil_scripts/scotch-6.0.4.sh @@ -34,15 +34,15 @@ then exit 2 fi -NO_CHECK=0 +DO_CHECK=0 LINUX_DISTRIBUTION="$DIST_NAME$DIST_VERSION" case $LINUX_DISTRIBUTION in CO*|FD*) - NO_CHECK=1 + DO_CHECK=1 ;; esac -if [ $NO_CHECK -eq 1 ]; then +if [ $DO_CHECK -eq 1 ]; then echo echo "*** Check if node is a virtual machine" ISVM=$(hostnamectl status|grep -i chassis:|grep vm) diff --git a/products/compil_scripts/scotch-6.1.2.sh b/products/compil_scripts/scotch-6.1.2.sh index db8c4d2..156106d 100755 --- a/products/compil_scripts/scotch-6.1.2.sh +++ b/products/compil_scripts/scotch-6.1.2.sh @@ -40,15 +40,15 @@ then exit 2 fi -NO_CHECK=0 +DO_CHECK=0 LINUX_DISTRIBUTION="$DIST_NAME$DIST_VERSION" case $LINUX_DISTRIBUTION in CO*|FD*) - NO_CHECK=1 + DO_CHECK=1 ;; esac -if [ $NO_CHECK -eq 1 ]; then +if [ $DO_CHECK -eq 1 ]; then echo echo "*** Check if node is a virtual machine" ISVM=$(hostnamectl status|grep -i chassis:|grep vm)