Merge pull request #503 from keyboardio/kaleidoscope-builder/shellcheck-fix

kaleidoscope-builder: Make shellcheck happy
pull/508/head
Jesse Vincent 6 years ago committed by GitHub
commit 08593f154a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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