development/p4v: Fix typo.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-02-25 20:41:29 +01:00 committed by Willy Sudiarto Raharjo
parent baa8c900c8
commit 62e5f25141
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -40,7 +40,7 @@ PKGTYPE=${PKGTYPE:-tgz}
set -e
###sbolint off (because VERSION is being redefined)
LOCALVER=`tar tf p4v.tgz 2> /dev/null | head -1 | cut -d- -f 2 | cut -d/ -f1`
VERSION=${$LOCALVER:-$VERSION}
VERSION=${LOCALVER:-$VERSION}
###sbolint on
if [ -z "$ARCH" ]; then