summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/poky-autobuild-postprocess2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-autobuild-postprocess b/scripts/poky-autobuild-postprocess
index 9edc52561a..d9ba72d14d 100755
--- a/scripts/poky-autobuild-postprocess
+++ b/scripts/poky-autobuild-postprocess
@@ -119,5 +119,5 @@ done
119if [ -e ./images-complete ]; then 119if [ -e ./images-complete ]; then
120 touch $DEST/complete 120 touch $DEST/complete
121fi 121fi
122chmod a+w -R $DEST 122chmod a+w -R $DEST || true
123 123