[LON-CAPA-dev] lcscripts patch

Guy Albertelli II lon-capa-dev@mail.lon-capa.org
Thu, 7 Apr 2005 18:28:14 -0400 (EDT)


Hi Martin,

Instead of 
 my $group = `awk -F: '{if (\$3 == '$gid') print \$1}' /etc/group`;

I went with this instead:
 my ($group) = getgrgid($gid);


Thanks for the work!
-- 
guy@albertelli.com  LON-CAPA Developer  0-7-2-9-