From c1cdafa1b4e6fbbb083f811896a1be9ab90c0f50 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 16 Mar 1996 16:41:36 +0000 Subject: Change @VERSION@ to @PKG_VERSION@. --- 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 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 ;; -- cgit v1.2.3-54-g00ecf