From b9eecb6f28e949b87fc7c64624a1fd934718a47b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 3 Oct 2013 00:33:30 +0000 Subject: Report what file we were using to determine the architecture. svn path=/trunk/; revision=52340 --- packaging/macosx/osx-dmg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') 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 -- cgit v1.2.1