summaryrefslogtreecommitdiffstats
path: root/scripts/poky-autobuild
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-01 09:17:19 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-01 09:17:19 +0000
commit732e3cab7a9f6d18d59adba0e5dc17720b6f7e19 (patch)
tree3b39fff5f02efd6c92e4c34bcf48605713962c38 /scripts/poky-autobuild
parent7a0c34aa576c553a0d47193abf4d7108f5b0f033 (diff)
downloadopenembedded-core-contrib-732e3cab7a9f6d18d59adba0e5dc17720b6f7e19.tar.gz
scripts/poky-autobuild: Really fix return value
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4379 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/poky-autobuild')
-rwxr-xr-xscripts/poky-autobuild2
1 files changed, 1 insertions, 1 deletions
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