From fe6bd77b33d384a8c2942e328fcd5375584c42b9 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sat, 13 Feb 2021 12:31:46 +0100 Subject: [PATCH] ensure busybox xargs is used (#137) + fix icon --- scripts/core/sxmo_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/core/sxmo_common.sh b/scripts/core/sxmo_common.sh index 9db71ce..451303e 100644 --- a/scripts/core/sxmo_common.sh +++ b/scripts/core/sxmo_common.sh @@ -20,6 +20,7 @@ LOGDIR="$XDG_DATA_HOME"/sxmo/modem alias find="busybox find" alias pkill="busybox pkill" alias pgrep="busybox pgrep" +alias xargs="busybox xargs" #this script is meant to be sourced #the glyphs are often in the private use area and @@ -128,7 +129,7 @@ icon_flt="" #filter/pipe # shellcheck disable=SC2034 icon_glb="" #globe # shellcheck disable=SC2034 -icon_phl="'" #phonelog +icon_phl="" #phonelog # shellcheck disable=SC2034 icon_inf="" #info # shellcheck disable=SC2034