aboutsummaryrefslogtreecommitdiff
path: root/coreutils/chgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/chgrp.c')
-rw-r--r--coreutils/chgrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c
index 8cfb54241..70ac672c2 100644
--- a/coreutils/chgrp.c
+++ b/coreutils/chgrp.c
@@ -58,7 +58,7 @@ int chgrp_main(int argc, char **argv)
58 argv += optind; 58 argv += optind;
59 59
60 /* Find the selected group */ 60 /* Find the selected group */
61 gid = get_ug_id(*argv, my_getgrnam); 61 gid = get_ug_id(*argv, bb_xgetgrnam);
62 ++argv; 62 ++argv;
63 63
64 /* Ok, ready to do the deed now */ 64 /* Ok, ready to do the deed now */