summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/poky-autobuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild
index d283b668d3..cc2d858c6e 100755
--- a/scripts/poky-autobuild
+++ b/scripts/poky-autobuild
@@ -65,8 +65,11 @@ fi
65 65
66bitbake $@ 66bitbake $@
67 67
68retval=$?
69
68if [ "x$POSTPROCESS" != "x" ]; then 70if [ "x$POSTPROCESS" != "x" ]; then
69 cd .. 71 cd ..
70 $POSTPROCESS $ABTARGET $TARGETDIR 72 $POSTPROCESS $ABTARGET $TARGETDIR
71fi 73fi
72 74
75exit $?