diff options
Diffstat (limited to 'src/echo.c')
-rw-r--r-- | src/echo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/echo.c b/src/echo.c index 3538ed503..9ce8547ad 100644 --- a/src/echo.c +++ b/src/echo.c @@ -117,6 +117,7 @@ main (int argc, char **argv) int display_return = 1, do_v9 = 0; int allow_options = 1; + initialize_main (&argc, &argv); program_name = argv[0]; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); |