chore(linux): fixup missing parameter test

This commit is contained in:
Marc Durdin 2023-05-02 12:28:25 +07:00
parent a1326ad47b
commit 5634843bb2

View file

@ -61,7 +61,7 @@ echo "3.0 (quilt)" > debian/source/format
cd "$BASEDIR"
# create orig.tar.gz
if [ -n "$create_origdist" ]; then
if [ ! -z "${create_origdist+x}" ]; then
cd dist
pkgvers="keyman-$VERSION"
tar xfz keyman-"${VERSION}".tar.gz