From a8aabcc316135af71daf750245402bf80053f7ab Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sat, 6 Mar 2021 23:40:04 +0100 Subject: [PATCH] Make sure common include script doesn't output anything to stdout (fixes #203) --- scripts/core/sxmo_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_common.sh b/scripts/core/sxmo_common.sh index 074c576..3a29e7f 100644 --- a/scripts/core/sxmo_common.sh +++ b/scripts/core/sxmo_common.sh @@ -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