mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
colour->color, behaviour->behavior
These spellings are more common elsewhere in the codebase
This commit is contained in:
@@ -12,7 +12,7 @@ output="$(mktemp)"
|
||||
errput="$(mktemp)"
|
||||
rc=0
|
||||
|
||||
# Immediate expansion is the desired behaviour.
|
||||
# Immediate expansion is the desired behavior.
|
||||
# shellcheck disable=SC2064
|
||||
trap "rm -f ${o@Q} ${gb@Q} ${input@Q} ${output@Q} ${errput@Q}" EXIT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user