Make sure common include script doesn't output anything to stdout (fixes #203)
This commit is contained in:
parent
49b435d24f
commit
a8aabcc316
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export CACHEDIR="$XDG_CACHE_HOME"/sxmo
|
|||
# shellcheck disable=SC2034
|
||||
export LOGDIR="$XDG_DATA_HOME"/sxmo/modem
|
||||
|
||||
command -v "$KEYBOARD" || export KEYBOARD=svkbd-mobile-intl
|
||||
command -v "$KEYBOARD" > /dev/null || export KEYBOARD=svkbd-mobile-intl
|
||||
|
||||
# This script ensures all sxmo scripts are using the busybox version of
|
||||
# certain coreutils rather than any other version that may be installed on the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue