From: Michael Sdika Date: Thu, 18 Oct 2012 09:31:29 +0000 (+0000) Subject: changed the way the group is found. more robust. X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6a4393e29e2ad4c755ff2d31d53e0f9823ddd1bd;p=creaToolsTools.git changed the way the group is found. more robust. --- diff --git a/Linux/installscript b/Linux/installscript index b825124..c5611a7 100755 --- a/Linux/installscript +++ b/Linux/installscript @@ -131,7 +131,7 @@ sourcesFrom=HTML cvsUserName= loginUserName=$USER -loginGroupName=$GROUP +loginGroupName=`groups | awk '{print $1}'` buildType=RelWithDebug gdcmVersion=GDCM1 ITKVersion=ITK3