Try /usr/xpg4/bin/id (Solaris 7) if plain 'id' doesn't work.
authorJim Meyering <jim@meyering.net>
Fri, 29 Dec 2000 08:58:25 +0000 (08:58 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 29 Dec 2000 08:58:25 +0000 (08:58 +0000)
tests/group-names

index ee1e5b9..94a7f79 100644 (file)
@@ -2,7 +2,7 @@
 # Set `groups' to a space-separated list of at least two groups of which
 # the user is a member.
 
-groups=${FETISH_GROUPS-`id -nG 2>/dev/null`}
+groups=${FETISH_GROUPS-`(id -nG || /usr/xpg4/bin/id -nG) 2>/dev/null`}
 case "$groups" in
   *' '*) ;;
   *) cat <<EOF 1>&2