From 732e3cab7a9f6d18d59adba0e5dc17720b6f7e19 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 1 May 2008 09:17:19 +0000 Subject: scripts/poky-autobuild: Really fix return value git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4379 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-autobuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit 1.2.3-korg