summaryrefslogtreecommitdiff
path: root/src/nohup.sh
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-16 16:41:36 +0000
committerJim Meyering <jim@meyering.net>1996-03-16 16:41:36 +0000
commitc1cdafa1b4e6fbbb083f811896a1be9ab90c0f50 (patch)
tree2919df83a990b326f6839c7d9b1b947e4e5f8e30 /src/nohup.sh
parented960988ee17507e96a81cc5f77e8a03bcd4adf3 (diff)
downloadcoreutils-c1cdafa1b4e6fbbb083f811896a1be9ab90c0f50.tar.xz
Change @VERSION@ to @PKG_VERSION@.
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 0d171e8a1..a0fc522a7 100755
--- a/src/nohup.sh
+++ b/src/nohup.sh
@@ -41,11 +41,11 @@ fi
case $# in
1 )
- case "z${1}" in
+ case "z${1}" in
z--help )
echo "$usage"; echo "$usage_help"; exit 0 ;;
z--version )
- echo "nohup - @VERSION@"; exit 0 ;;
+ echo "nohup - @PKG_VERSION@"; exit 0 ;;
* ) ;;
esac
;;