mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 00:27:40 +00:00
Update oem/firstvoices/common/build_keyboards.sh
Accept suggestion for checking $KEYBOARDS_TARGET Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
32aa712a46
commit
7c0b82e5fc
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ while [[ $# -gt 0 ]] ; do
|
|||
done
|
||||
|
||||
# Check that $KEYBOARDS_TARGET is valid
|
||||
if [[ $KEYBOARDS_TARGET == "" ]]; then
|
||||
if [[ -z "$KEYBOARDS_TARGET" ]]; then
|
||||
die "KEYBOARDS_TARGET cannot be empty"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue