prefer ascii single-quotes to utf8

This commit is contained in:
Jaromil 2017-01-02 06:02:50 +01:00
parent d41347fe22
commit 6f4cfd626c

2
tomb
View File

@ -176,7 +176,7 @@ TRAPSTOP() { _endgame STOP }
_cat() { local -a _arr;
# read file using mapfile, newline fix
_arr=("${(f@)${mapfile[${1}]%$\n}}"); print "$_arr"
_arr=("${(f@)${mapfile[${1}]%$'\n'}}"); print "$_arr"
}
_is_found() {