Same-line shellcheck comment explanations

These are obvious even with `git grep shellcheck`.
This commit is contained in:
Rangi
2026-07-06 04:43:08 +02:00
committed by Eldred Habert
parent 09da4e001a
commit 0adbb92e50
4 changed files with 7 additions and 18 deletions
+1 -2
View File
@@ -5,8 +5,7 @@
errtmp="$(mktemp)"
# Immediate expansion is the desired behavior.
# shellcheck disable=SC2064
# shellcheck disable=SC2064 # (Immediate expansion is the desired behavior.)
trap "rm -f ${errtmp@Q} result.{png,1bpp,2bpp,pal,tilemap,attrmap,palmap} out*.png" EXIT
tests=0