Fix checkBinaries on OS X
authorIan Lynagh <igloo@earth.li>
Thu, 16 Dec 2010 20:11:21 +0000 (20:11 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 16 Dec 2010 20:11:21 +0000 (20:11 +0000)
bindisttest/checkBinaries.sh

index 9637e68..cf8b09b 100644 (file)
@@ -4,7 +4,7 @@ EXPECTED_VERSION="$1"
 
 # Our shared libraries are currently executable (is that a bug?), so
 # we exclude anything that looks like a shared library
-for f in `find bindisttest/a/b/c -type f -perm -u+x ! -name '*.so' ! -name '*.dynlib' ! -name '*.dll'`
+for f in `find bindisttest/a/b/c -type f -perm -u+x ! -name '*.so' ! -name '*.dylib' ! -name '*.dll'`
 do
     if grep -q '("GHC RTS", "YES")' "$f"
     then