From 04c650ae4f4d6c0c9341e05c8cf3cfd3faaa6595 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 30 Apr 2008 13:10:28 +0000 Subject: scripts/poky-autobuild: Preserve exit code git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4374 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-autobuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild index d283b668d3..cc2d858c6e 100755 --- a/scripts/poky-autobuild +++ b/scripts/poky-autobuild @@ -65,8 +65,11 @@ fi bitbake $@ +retval=$? + if [ "x$POSTPROCESS" != "x" ]; then cd .. $POSTPROCESS $ABTARGET $TARGETDIR fi +exit $? -- cgit v1.2.3-54-g00ecf