amend 7a3280b, fix typo
authorRobin Gareus <robin@gareus.org>
Sun, 19 Jul 2015 23:20:08 +0000 (01:20 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 19 Jul 2015 23:20:08 +0000 (01:20 +0200)
tools/osx_packaging/osx_build

index ec2ad7f1c6ff04f9eeaa2c6e9069c4548c5aa94e..6ee39f626ed50fbc6b863ba9f18593c38f539ac2 100755 (executable)
@@ -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