libraries/p4api: Fix typo in script.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-08 17:25:49 -05:00 committed by Willy Sudiarto Raharjo
parent f9072cec4d
commit 8f8a0609cb
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 1 additions and 1 deletions

View File

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