From 7172571685887c897ae355f0522f388cdbe89248 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 17 Dec 2018 23:47:49 +0100 Subject: [PATCH] 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 --- bin/kaleidoscope-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 702e7c0f..813aa1d2 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -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 }