ensure busybox xargs is used (#137) + fix icon

This commit is contained in:
Maarten van Gompel 2021-02-13 12:31:46 +01:00
parent a1d2875345
commit fe6bd77b33

View file

@ -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