Fix = operator in sh
This commit is contained in:
parent
516ddddda3
commit
a7eac661c7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ for l in glibtoolize libtoolize15 libtoolize14 libtoolize ; do
|
|||
echo "Did not find $l"
|
||||
done
|
||||
|
||||
if [ "x$libtoolize" == "x" ]; then
|
||||
if [ "x$libtoolize" = "x" ]; then
|
||||
echo "Can't find libtoolize on your system"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue