From 5634843bb28458bc07b83fc504782a45197edb4e Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Tue, 2 May 2023 12:28:25 +0700 Subject: [PATCH] chore(linux): fixup missing parameter test --- linux/scripts/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/scripts/dist.sh b/linux/scripts/dist.sh index 38fb42932a..f412531cd2 100755 --- a/linux/scripts/dist.sh +++ b/linux/scripts/dist.sh @@ -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