newlib/libc/ctype/mkcaseconv: fix POSIX shell invalid == comparison
This commit is contained in:
parent
064e4bb8bb
commit
8cf9b4aaaf
|
@ -89,7 +89,7 @@ then
|
||||||
diff=-1
|
diff=-1
|
||||||
}
|
}
|
||||||
item () {
|
item () {
|
||||||
if [ "$1" == "#error" ]
|
if [ "$1" = "#error" ]
|
||||||
then echo "$*"
|
then echo "$*"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue