summaryrefslogtreecommitdiff
path: root/groupmanage/groupmanage
diff options
context:
space:
mode:
Diffstat (limited to 'groupmanage/groupmanage')
-rwxr-xr-xgroupmanage/groupmanage2
1 files changed, 1 insertions, 1 deletions
diff --git a/groupmanage/groupmanage b/groupmanage/groupmanage
index 48e7077..fa7c269 100755
--- a/groupmanage/groupmanage
+++ b/groupmanage/groupmanage
@@ -196,7 +196,7 @@ while (@ARGV) {
} elsif (m/^\w[-0-9A-Za-z]*$/) {
y/\n//d;
$chgu=$_;
- (@pw= getpwnam($chgu)) || &quit("username $chgu does not exist");
+ getpwnam($chgu) || &quit("username $chgu does not exist");
eval "\@l = \@$clist; 1" || &quit("internal error: $@");
$already= grep($_ eq $chgu, @l);
if ($action eq 'add') {