From: Richard Purdie Date: Thu, 1 May 2008 09:17:19 +0000 (+0000) Subject: scripts/poky-autobuild: Really fix return value X-Git-Tag: 2011-1~9077 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=732e3cab7a9f6d18d59adba0e5dc17720b6f7e19;p=openembedded-core.git scripts/poky-autobuild: Really fix return value git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4379 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild index cc2d858c6e..48c7df8403 100755 --- a/scripts/poky-autobuild +++ b/scripts/poky-autobuild @@ -72,4 +72,4 @@ if [ "x$POSTPROCESS" != "x" ]; then $POSTPROCESS $ABTARGET $TARGETDIR fi -exit $? +exit $retval