Skip to content

Commit

Permalink
Add debug message to runprebuild.sh to assist in detecting why automa…
Browse files Browse the repository at this point in the history
…ted builds fail

git-svn-id: file:///data/svn/omf/libopenmetaverse/trunk@2557 454cea33-f7e8-409b-8d0d-70907e6fec76
  • Loading branch information
jradford committed Mar 31, 2009
1 parent 37620da commit f549895
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runprebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ mono bin/Prebuild.exe /target vs2005

if [ x$1 == xnant ]; then
nant -buildfile:OpenMetaverse.build
exit $?
RES=$?
echo Build Exit Code: $RES
exit $RES
fi

if [ x$1 == xprimrender ]; then
Expand Down

0 comments on commit f549895

Please sign in to comment.