diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-10-03 00:33:30 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-10-03 00:33:30 +0000 |
commit | b9eecb6f28e949b87fc7c64624a1fd934718a47b (patch) | |
tree | daa87f8615251d3e77e147029d8c7969986dccad | |
parent | 85779fafdeb4bae4ace7e941be811e4303d5bca0 (diff) | |
download | wireshark-b9eecb6f28e949b87fc7c64624a1fd934718a47b.tar.gz wireshark-b9eecb6f28e949b87fc7c64624a1fd934718a47b.tar.bz2 wireshark-b9eecb6f28e949b87fc7c64624a1fd934718a47b.zip |
Report what file we were using to determine the architecture.
svn path=/trunk/; revision=52340
-rwxr-xr-x | packaging/macosx/osx-dmg.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-dmg.sh.in b/packaging/macosx/osx-dmg.sh.in index b565696eb5..bf4d16e55a 100755 --- a/packaging/macosx/osx-dmg.sh.in +++ b/packaging/macosx/osx-dmg.sh.in @@ -133,7 +133,7 @@ case `file $ws_bin` in architecture="PPC 32" ;; *) - echo "Cannot determine architecture" + echo "Cannot determine architecture of $ws_bin" exit 1 ;; esac |