diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-10-05 09:13:14 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-10-05 09:13:14 +0000 |
commit | 438f4be98ab75e7fa2d075ffecefa00256065652 (patch) | |
tree | a20fdbb087397ad56aeef457e552e68642a38e70 /packaging/macosx | |
parent | d7ab7a8610207c97de27ca770005f0db5958de77 (diff) | |
download | wireshark-438f4be98ab75e7fa2d075ffecefa00256065652.tar.gz wireshark-438f4be98ab75e7fa2d075ffecefa00256065652.tar.bz2 wireshark-438f4be98ab75e7fa2d075ffecefa00256065652.zip |
More debugging.
svn path=/trunk/; revision=52376
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-x | packaging/macosx/osx-dmg.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/macosx/osx-dmg.sh.in b/packaging/macosx/osx-dmg.sh.in index bf4d16e55a..ec36dc1971 100755 --- a/packaging/macosx/osx-dmg.sh.in +++ b/packaging/macosx/osx-dmg.sh.in @@ -133,7 +133,8 @@ case `file $ws_bin` in architecture="PPC 32" ;; *) - echo "Cannot determine architecture of $ws_bin" + echo "Cannot determine architecture of $ws_bin; file reports:" + file $ws_bin exit 1 ;; esac |