X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=bindisttest%2FcheckBinaries.sh;h=cf8b09bde99b4b3e8b05f04b543113e06d4bfa2b;hb=da9d10064c084fed395e6030b1cb82bee2b140ed;hp=9637e68e9ea7f3e580986b433d93e5c4bac3a9a4;hpb=4c415f933a099cc968d4928ddd646dabed83934e;p=ghc-hetmet.git diff --git a/bindisttest/checkBinaries.sh b/bindisttest/checkBinaries.sh index 9637e68..cf8b09b 100644 --- a/bindisttest/checkBinaries.sh +++ b/bindisttest/checkBinaries.sh @@ -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