Author: nextgens
Date: 2006-07-31 10:45:44 +0000 (Mon, 31 Jul 2006)
New Revision: 9833
Modified:
trunk/apps/installer/installclasspath/run.sh
Log:
doh
Modified: trunk/apps/installer/installclasspath/run.sh
===================================================================
--- trunk/apps/installer/installclasspath/run.sh 2006-07-31 10:38:25 UTC
(rev 9832)
+++ trunk/apps/installer/installclasspath/run.sh 2006-07-31 10:45:44 UTC
(rev 9833)
@@ -320,7 +320,7 @@
RUN_AS_GROUP=`groups $RUN_AS_USER | awk '{print $3}' | tail -1`
if [ "X$RUN_AS_GROUP" = "X" ]
then
- RUN_AS_GROUP=RUN_AS_USER
+ RUN_AS_GROUP=$RUN_AS_USER
fi
touch $LOCKFILE
chown $RUN_AS_USER:$RUN_AS_GROUP $LOCKFILE