From: Jim Meyering Date: Tue, 2 Jul 2002 08:44:52 +0000 (+0000) Subject: (usage): Use @PACKAGE_BUGREPORT@, rather than hard-coding a deprecated address. X-Git-Tag: FILEUTILS-4_1_10~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c16552eee51d31a59f65a931349700d114ce73de;p=thirdparty%2Fcoreutils.git (usage): Use @PACKAGE_BUGREPORT@, rather than hard-coding a deprecated address. --- diff --git a/src/groups.sh b/src/groups.sh index b5160d856d..d371c063e3 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 ." +Report bugs to <@PACKAGE_BUGREPORT@>." fail=0 case $# in