diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-02 09:09:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-02 09:09:10 +0000 |
commit | 2ee11887cdda6e55f6aecf349e89667d7262844c (patch) | |
tree | f0217f5fc3fdee29c7dbc0498a599a085d5dbe97 /src/env.c | |
parent | 6d0fe4dba555814ccfd35c9c224b1a7c7545ce22 (diff) | |
download | coreutils-2ee11887cdda6e55f6aecf349e89667d7262844c.tar.xz |
(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
Diffstat (limited to 'src/env.c')
-rw-r--r-- | src/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ Set each NAME to VALUE in the environment and run COMMAND.\n\ \n\ A mere - implies -i. If no COMMAND, print the resulting environment.\n\ "), stdout); - puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status); } |