From 0718daf4f3ec2a9ee1a8b201352d9bf4b2b132fa Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Thu, 22 Dec 2016 16:28:12 +0100 Subject: [PATCH] #3044 creaToolsTools Bug New Normal - Fedora 24 ThirdParty library conflict with gcc6 --- Linux/scripts/LocalFunctions.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Linux/scripts/LocalFunctions.sh b/Linux/scripts/LocalFunctions.sh index 9bf488d..90624a2 100644 --- a/Linux/scripts/LocalFunctions.sh +++ b/Linux/scripts/LocalFunctions.sh @@ -63,11 +63,9 @@ function getDistrib { local OS=`uname` if [ "$OS" == Darwin ] ; then OS=MacOS; - ##EED2016-10-15 -## elif [ "$OS" == Linux ] ; then OS=`awk 'NR==1{print $1}' /etc/system-release` - elif [ "$OS" == Linux ] ; then OS=$(lsb_release -i | awk '{print $3}') - +## elif [ "$OS" == Linux ] ; then OS=$(lsb_release -i | awk '{print $3}') + elif [ "$OS" == Linux ] ; then OS=`awk 'NR==1{print $1}' /etc/system-release` else OS="" fi # checkDistrib $OS -- 2.44.0