summaryrefslogtreecommitdiff
path: root/src/nohup.sh
diff options
context:
space:
mode:
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"