From 527e067d1b8ff304ed5bf15a9fa0129e231484f9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 20 Jul 2015 01:20:08 +0200 Subject: amend 7a3280b, fix typo --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/osx_packaging') 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 -- cgit v1.2.3