From 47b3fdeddecef4f9cfb25b0acac21a2d86fcc7db Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Thu, 22 Dec 2016 17:10:22 +0100 Subject: [PATCH] #3044 creaToolsTools Bug New Normal - Fedora 24 ThirdParty library conflict with gcc6 --- Linux/scripts/Install-Creatools-Bin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/scripts/Install-Creatools-Bin.sh b/Linux/scripts/Install-Creatools-Bin.sh index f50fe36..3d569fd 100755 --- a/Linux/scripts/Install-Creatools-Bin.sh +++ b/Linux/scripts/Install-Creatools-Bin.sh @@ -29,8 +29,8 @@ function getDistrib { 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 -- 2.44.0