diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-autobuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild index cc2d858c6..48c7df840 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 |