1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 17:08:20 +02:00

Change @VERSION@ to @PKG_VERSION@.

This commit is contained in:
Jim Meyering
1996-03-16 16:41:36 +00:00
parent ed960988ee
commit c1cdafa1b4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
;;
+2 -2
View File
@@ -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
;;