commit 6f4cfd626cb3a877414bcdbdc87083a1ae59335d parent d41347fe225f9cadd798fb659addc11c7b0d7e69 Author: Jaromil <jaromil@dyne.org> Date: Mon, 2 Jan 2017 06:02:50 +0100 prefer ascii single-quotes to utf8 Diffstat:
M | tomb | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tomb b/tomb @@ -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() {