diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-02 08:44:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-02 08:44:52 +0000 |
commit | c16552eee51d31a59f65a931349700d114ce73de (patch) | |
tree | f9e9602f540a6bbcc88cf4c78d73c7cf76b9848f /src | |
parent | e2003dea4be7178bf6c073426f61af23babbc80f (diff) | |
download | coreutils-c16552eee51d31a59f65a931349700d114ce73de.tar.xz |
(usage): Use @PACKAGE_BUGREPORT@, rather than hard-coding a deprecated address.
Diffstat (limited to 'src')
-rwxr-xr-x | src/groups.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/groups.sh b/src/groups.sh index b5160d856..d371c063e 100755 --- a/src/groups.sh +++ b/src/groups.sh @@ -1,6 +1,6 @@ #!/bin/sh # groups -- print the groups a user is in -# Copyright (C) 1991, 1997, 2000 Free Software Foundation, Inc. +# Copyright (C) 1991, 1997, 2000, 2002 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ usage="Usage: $0 [OPTION]... [USERNAME]... Same as id -Gn. If no USERNAME, use current process. -Report bugs to <sh-utils-bugs@gnu.org>." +Report bugs to <@PACKAGE_BUGREPORT@>." fail=0 case $# in |