fix out of range error
This commit is contained in:
parent
d70a4aed63
commit
a16b570c3f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ alias xargs="busybox xargs"
|
||||||
|
|
||||||
SXMO_COMMON_INCLUDED=1
|
SXMO_COMMON_INCLUDED=1
|
||||||
|
|
||||||
[ "$SXMO_NO_ICONS" -eq 1 ] && return 0;
|
[ "$SXMO_NO_ICONS" = "1" ] && return 0;
|
||||||
|
|
||||||
#this script is meant to be sourced
|
#this script is meant to be sourced
|
||||||
#the glyphs are often in the private use area and
|
#the glyphs are often in the private use area and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue