diff options
Diffstat (limited to 'src/chroot.c')
-rw-r--r-- | src/chroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot.c b/src/chroot.c index edc2da58e..760087587 100644 --- a/src/chroot.c +++ b/src/chroot.c @@ -56,7 +56,7 @@ Run COMMAND with root directory set to NEWROOT.\n\ \n\ If no command is given, run ``${SHELL} -i'' (default: /bin/sh).\n\ "), stdout); - puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status); } |