From: Jim Meyering Date: Sat, 16 Mar 1996 16:41:36 +0000 (+0000) Subject: Change @VERSION@ to @PKG_VERSION@. X-Git-Tag: SH-UTILS-1_12e~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1cdafa1b4e6fbbb083f811896a1be9ab90c0f50;p=thirdparty%2Fcoreutils.git Change @VERSION@ to @PKG_VERSION@. --- diff --git a/src/groups.sh b/src/groups.sh index bcd7fd016e..aaf62e6bdb 100755 --- a/src/groups.sh +++ b/src/groups.sh @@ -31,11 +31,11 @@ Same as id -Gn. If no USERNAME, use current process." case $# in 1 ) - case "z${1}" in + case "z${1}" in z--help ) echo "$usage"; exit 0 ;; z--version ) - echo "groups - @VERSION@"; exit 0 ;; + echo "groups - @PKG_VERSION@"; exit 0 ;; * ) ;; esac ;; diff --git a/src/nohup.sh b/src/nohup.sh index 0d171e8a17..a0fc522a70 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 ;;