From a16b570c3f82cb13b7589a4af6e6bbd3af1d889f Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sat, 6 Mar 2021 19:49:07 +0100 Subject: [PATCH] fix out of range error --- 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 30e2469..074c576 100644 --- a/scripts/core/sxmo_common.sh +++ b/scripts/core/sxmo_common.sh @@ -29,7 +29,7 @@ alias xargs="busybox xargs" SXMO_COMMON_INCLUDED=1 -[ "$SXMO_NO_ICONS" -eq 1 ] && return 0; +[ "$SXMO_NO_ICONS" = "1" ] && return 0; #this script is meant to be sourced #the glyphs are often in the private use area and