mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
baa8c900c8
commit
62e5f25141
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue