scripts/poky-autobuild: Preserve exit code

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4374 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-04-30 13:10:28 +00:00
parent 7b717d201a
commit 04c650ae4f

View File

@ -65,8 +65,11 @@ fi
bitbake $@
retval=$?
if [ "x$POSTPROCESS" != "x" ]; then
cd ..
$POSTPROCESS $ABTARGET $TARGETDIR
fi
exit $?