diff options
Diffstat (limited to 'src/chgrp.c')
-rw-r--r-- | src/chgrp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chgrp.c b/src/chgrp.c index 5727b2720..1bcc85ed3 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -162,6 +162,7 @@ main (int argc, char **argv) int optc; struct Chown_option chopt; + initialize_main (&argc, &argv); program_name = argv[0]; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); |