mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-05 15:12:13 +00:00
prefer ascii single-quotes to utf8
This commit is contained in:
parent
d41347fe22
commit
6f4cfd626c
2
tomb
2
tomb
@ -176,7 +176,7 @@ TRAPSTOP() { _endgame STOP }
|
|||||||
|
|
||||||
_cat() { local -a _arr;
|
_cat() { local -a _arr;
|
||||||
# read file using mapfile, newline fix
|
# read file using mapfile, newline fix
|
||||||
_arr=("${(f@)${mapfile[${1}]%$’\n’}}"); print "$_arr"
|
_arr=("${(f@)${mapfile[${1}]%$'\n'}}"); print "$_arr"
|
||||||
}
|
}
|
||||||
|
|
||||||
_is_found() {
|
_is_found() {
|
||||||
|
Loading…
Reference in New Issue
Block a user