[Rt-commit] r5181 - rt/branches/3.5-TESTING

trs at bestpractical.com trs at bestpractical.com
Mon May 8 21:07:05 EDT 2006


Author: trs
Date: Mon May  8 21:07:04 2006
New Revision: 5181

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/configure.ac

Log:
 r10380 at zot:  tom | 2006-05-08 21:06:34 -0400
 More robust way of figuring out the user's group which doesn't rely on order


Modified: rt/branches/3.5-TESTING/configure.ac
==============================================================================
--- rt/branches/3.5-TESTING/configure.ac	(original)
+++ rt/branches/3.5-TESTING/configure.ac	Mon May  8 21:07:04 2006
@@ -202,7 +202,7 @@
 AC_SUBST(RTGROUP)
 
 dnl INSTALL AS ME
-my_group=$(groups|cut -f1 -d' ')
+my_group=$(id -gn)
 my_user=${USER:-$LOGNAME}
 AC_ARG_WITH(my-user-group,
             AC_HELP_STRING([--with-my-user-group],


More information about the Rt-commit mailing list