kaleidoscope-builder: Make shellcheck happy

Apparently, the shellcheck on Travis does not like comments after a disable
command, while the one I used locally didn't have a problem with it. Lets make
the one on Travis happy.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/503/head
Gergely Nagy 6 years ago
parent 2255b51b57
commit 7172571685
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -292,7 +292,7 @@ size () {
fi
echo "- Size: firmware/${LIBRARY}/${OUTPUT_FILE_PREFIX}.elf"
# shellcheck disable=SC2086 # We want word splitting here!
# shellcheck disable=SC2086
firmware_size "${AVR_SIZE}" ${AVR_SIZE_FLAGS} "${ELF_FILE_PATH}"
echo
}

Loading…
Cancel
Save