diff options
author | lcapriotti <lcapriotti@svn> | 2009-12-23 18:12:41 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2009-12-23 18:12:41 +0000 |
commit | 47cf2c323199d79305b93505a65a1dfad22dfa3f (patch) | |
tree | d6c6b4512945ec87226ea06136420457c739a7f3 /tools | |
parent | 707cf34baaffe86618ca7bf30f4b241db141a44a (diff) |
better have some explanation for interrupting the build
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26010 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/XBMCLive/SDK/buildDEBs/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/XBMCLive/SDK/buildDEBs/build.sh b/tools/XBMCLive/SDK/buildDEBs/build.sh index cd29e2078c..ca17ab1e2c 100755 --- a/tools/XBMCLive/SDK/buildDEBs/build.sh +++ b/tools/XBMCLive/SDK/buildDEBs/build.sh @@ -92,6 +92,7 @@ makeDEBs() echo "Selecting and downloading the kernel package..." packageName=$(getPackage) if [ ! -f "$packageName" ]; then + echo "Error retrieving installer kernel, exiting..." exit 1 fi |