diff options
Diffstat (limited to 'classes/sdcard_image-rpi.bbclass')
-rw-r--r-- | classes/sdcard_image-rpi.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 538803d..6cbee8b 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
@@ -143,7 +143,7 @@ IMAGE_CMD_rpi-sdimg () { | |||
143 | fi | 143 | fi |
144 | fi | 144 | fi |
145 | 145 | ||
146 | if [ -n ${FATPAYLOAD} ] ; then | 146 | if [ -n "${FATPAYLOAD}" ] ; then |
147 | echo "Copying payload into VFAT" | 147 | echo "Copying payload into VFAT" |
148 | for entry in ${FATPAYLOAD} ; do | 148 | for entry in ${FATPAYLOAD} ; do |
149 | # add the || true to stop aborting on vfat issues like not supporting .~lock files | 149 | # add the || true to stop aborting on vfat issues like not supporting .~lock files |