From 5b80ef5ce1976c05cee670001a796f01e867b627 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 4 Mar 2024 21:22:39 -0800 Subject: [PATCH] fix url-encoding and improve performance in `ea` --- sh/ea | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sh/ea b/sh/ea index bd49c20..ab7cd88 100755 --- a/sh/ea +++ b/sh/ea @@ -25,6 +25,8 @@ __ea_urlencode() { } 2>&- # send bash's complaints to the abyss __ea() { ### @ ea - **TODO:** document. + unset LC_ALL cmd dst src trg + export LC_ALL=C cmd="${1:?missing subcommand}"; shift case "$cmd" in (head)