scripts/poky-autobuild: Really fix return value

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4379 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-05-01 09:17:19 +00:00
parent 7a0c34aa57
commit 732e3cab7a
1 changed files with 1 additions and 1 deletions

View File

@ -72,4 +72,4 @@ if [ "x$POSTPROCESS" != "x" ]; then
$POSTPROCESS $ABTARGET $TARGETDIR
fi
exit $?
exit $retval