]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage_help): Use @PACKAGE_BUGREPORT@, rather than hard-coding a
authorJim Meyering <jim@meyering.net>
Tue, 2 Jul 2002 08:45:10 +0000 (08:45 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Jul 2002 08:45:10 +0000 (08:45 +0000)
deprecated address.

src/nohup.sh

index 7c183db52e1bb9e8a4aaf4c3c0b3ee022aa6a817..b1f630ea423819b61bde55a62cbdfda9e20c71f9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # nohup -- run a command immume to hangups, with output to a non-tty
-# Copyright (C) 1991, 1997, 1999, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1997, 1999, 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_help="Run COMMAND, ignoring hangup signals.
   --help      display this help and exit
   --version   output version information and exit
 
-Report bugs to <sh-utils-bugs@gnu.org>."
+Report bugs to <@PACKAGE_BUGREPORT@>."
 
 if [ $# -eq 0 ]; then
   echo >&2 "$usage"