diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-02 20:44:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-02 20:44:15 +0000 |
commit | b8e689dc67f219414801df5c398dbff1693f097f (patch) | |
tree | ee20bb787beca8226230e645a9b8c1feb234db55 /src/pathchk.c | |
parent | 87b19e8a11826de97e1bd2204564bf68097a3f35 (diff) | |
download | coreutils-b8e689dc67f219414801df5c398dbff1693f097f.tar.gz coreutils-b8e689dc67f219414801df5c398dbff1693f097f.tar.bz2 coreutils-b8e689dc67f219414801df5c398dbff1693f097f.zip |
change bug-reporting address
Diffstat (limited to 'src/pathchk.c')
-rw-r--r-- | src/pathchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathchk.c b/src/pathchk.c index 5939f156c..8ff664c64 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -367,7 +367,7 @@ Diagnose unportable constructs in NAME.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu")); } exit (status); } |