diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/poky-autobuild-postprocess | 2 | 
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  if [ -e ./images-complete ]; then      touch $DEST/complete  fi -chmod a+w -R $DEST +chmod a+w -R $DEST || true | 
