summaryrefslogtreecommitdiff
path: root/src/nohup.sh
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-02 08:45:10 +0000
committerJim Meyering <jim@meyering.net>2002-07-02 08:45:10 +0000
commit9d6d0e452b8484c0a918eff559692ba1e798381a (patch)
tree2ceb58261c79bcab146ec04c98ac091119007890 /src/nohup.sh
parentc16552eee51d31a59f65a931349700d114ce73de (diff)
downloadcoreutils-9d6d0e452b8484c0a918eff559692ba1e798381a.tar.xz
(usage_help): Use @PACKAGE_BUGREPORT@, rather than hard-coding a
deprecated address.
Diffstat (limited to 'src/nohup.sh')
-rwxr-xr-xsrc/nohup.sh4
1 files changed, 2 insertions, 2 deletions
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 <sh-utils-bugs@gnu.org>."
+Report bugs to <@PACKAGE_BUGREPORT@>."
if [ $# -eq 0 ]; then
echo >&2 "$usage"