amend 7a3280b, fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user