mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-28 03:27:46 +08:00
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
|
||||
}
|
||||
item () {
|
||||
if [ "$1" == "#error" ]
|
||||
if [ "$1" = "#error" ]
|
||||
then echo "$*"
|
||||
return
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user