mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-28 01:25:18 +00:00
Same-line shellcheck comment explanations
These are obvious even with `git grep shellcheck`.
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user