From 9d6d0e452b8484c0a918eff559692ba1e798381a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 2 Jul 2002 08:45:10 +0000 Subject: (usage_help): Use @PACKAGE_BUGREPORT@, rather than hard-coding a deprecated address. --- src/nohup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nohup.sh') diff --git a/src/nohup.sh b/src/nohup.sh index 7c183db52..b1f630ea4 100755 --- a/src/nohup.sh +++ b/src/nohup.sh @@ -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 ." +Report bugs to <@PACKAGE_BUGREPORT@>." if [ $# -eq 0 ]; then echo >&2 "$usage" -- cgit v1.2.3-54-g00ecf