More debugging.

svn path=/trunk/; revision=52376
This commit is contained in:
Guy Harris 2013-10-05 09:13:14 +00:00
parent d7ab7a8610
commit 438f4be98a
1 changed files with 2 additions and 1 deletions

View File

@ -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