]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/poky-autobuild: Really fix return value
authorRichard Purdie <richard@openedhand.com>
Thu, 1 May 2008 09:17:19 +0000 (09:17 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 1 May 2008 09:17:19 +0000 (09:17 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4379 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-autobuild

index cc2d858c6e5d43f7509d619b279eea8cc3018a7f..48c7df84031bf5eea4e2831e8283c07de9cc680f 100755 (executable)
@@ -72,4 +72,4 @@ if [ "x$POSTPROCESS" != "x" ]; then
     $POSTPROCESS $ABTARGET $TARGETDIR
 fi
 
-exit $?
+exit $retval