]> Creatis software - creaToolsTools.git/blobdiff - Linux/installscript
changed the way the group is found. more robust.
[creaToolsTools.git] / Linux / installscript
index b8251243d5cbf96277d89677bb6a4530aa0e7483..c5611a751a7debbf2677f9c4b877a6aa412fd4b2 100755 (executable)
@@ -131,7 +131,7 @@ sourcesFrom=HTML
 
 cvsUserName=
 loginUserName=$USER
-loginGroupName=$GROUP
+loginGroupName=`groups | awk '{print $1}'`
 buildType=RelWithDebug
 gdcmVersion=GDCM1
 ITKVersion=ITK3