diff options
Diffstat (limited to 'src/chroot.c')
-rw-r--r-- | src/chroot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chroot.c b/src/chroot.c index 421e5212d..8be5fe6a0 100644 --- a/src/chroot.c +++ b/src/chroot.c @@ -64,6 +64,7 @@ If no command is given, run ``${SHELL} -i'' (default: /bin/sh).\n\ int main (int argc, char **argv) { + initialize_main (&argc, &argv); program_name = argv[0]; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); |