mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
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:
@@ -72,4 +72,4 @@ if [ "x$POSTPROCESS" != "x" ]; then
|
||||
$POSTPROCESS $ABTARGET $TARGETDIR
|
||||
fi
|
||||
|
||||
exit $?
|
||||
exit $retval
|
||||
|
||||
Reference in New Issue
Block a user