summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-07-20 01:20:08 +0200
committerRobin Gareus <robin@gareus.org>2015-07-20 01:20:08 +0200
commit527e067d1b8ff304ed5bf15a9fa0129e231484f9 (patch)
tree492dd9b88fedeab0a423aa4f575c2b0c58dbc779 /tools/osx_packaging
parent7a3280bbc25d48194102f7db69f0d60bc47dbe5c (diff)
amend 7a3280b, fix typo
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index ec2ad7f1c6..6ee39f626e 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -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