amend 7a3280b, fix typo

This commit is contained in:
Robin Gareus 2015-07-20 01:20:08 +02:00
parent 7a3280bbc2
commit 527e067d1b

View File

@ -411,7 +411,7 @@ while [ true ] ; do
continue
fi
# libffi contains "S" (other section symbols) that should not be stripped.
if [[ $string == *"libffi"* ]] ; then
if [[ $file == *"libffi"* ]] ; then
continue
fi