Make sure common include script doesn't output anything to stdout (fixes #203)

master
Maarten van Gompel 4 years ago
parent 49b435d24f
commit a8aabcc316
  1. 2
      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

Loading…
Cancel
Save