mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 03:52:08 +00:00
colour->color, behaviour->behavior
These spellings are more common elsewhere in the codebase
This commit is contained in:
@@ -9,7 +9,7 @@ gbtemp2="$(mktemp)"
|
||||
outtemp="$(mktemp)"
|
||||
rc=0
|
||||
|
||||
# Immediate expansion is the desired behaviour.
|
||||
# Immediate expansion is the desired behavior.
|
||||
# shellcheck disable=SC2064
|
||||
trap "rm -f ${otemp@Q} ${gbtemp@Q} ${gbtemp2@Q} ${outtemp@Q}" EXIT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user