diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-autobuild | 3 |
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 | ||
66 | bitbake $@ | 66 | bitbake $@ |
67 | 67 | ||
68 | retval=$? | ||
69 | |||
68 | if [ "x$POSTPROCESS" != "x" ]; then | 70 | if [ "x$POSTPROCESS" != "x" ]; then |
69 | cd .. | 71 | cd .. |
70 | $POSTPROCESS $ABTARGET $TARGETDIR | 72 | $POSTPROCESS $ABTARGET $TARGETDIR |
71 | fi | 73 | fi |
72 | 74 | ||
75 | exit $? | ||