mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-23 16:17:40 +00:00
chore(linux): fixup missing parameter test
This commit is contained in:
parent
a1326ad47b
commit
5634843bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue