summaryrefslogtreecommitdiff
path: root/src/printenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/printenv.c')
-rw-r--r--src/printenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printenv.c b/src/printenv.c
index a8526c669..68608e113 100644
--- a/src/printenv.c
+++ b/src/printenv.c
@@ -69,7 +69,7 @@ If no environment VARIABLE specified, print them all.\n\
program_name, program_name);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}