Skip to content

Commit

Permalink
merge from trunk: 32982
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@32983 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
lcapriotti committed Aug 20, 2010
1 parent 1c1c06a commit d67e920
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/XBMCLive/SDK/build.sh
Expand Up @@ -145,6 +145,9 @@ if [ -n "$SDK_BUILDHOOKS" ]; then
for hook in $SDK_BUILDHOOKS; do
if [ -x $hook ]; then
$hook
if [ "$?" -ne "0" ]; then
exit 1
fi
fi
done
fi
Expand Down

0 comments on commit d67e920

Please sign in to comment.