From 7fe973892125373542f2b7ca290fc80c7f489b78 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sat, 24 Feb 2024 15:06:24 +0800 Subject: [PATCH] =?UTF-8?q?core:=20=E4=BF=AE=E5=A4=8D=E9=9D=9E=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E7=8E=AF=E5=A2=83=E4=B8=8B=E6=97=A0=E6=B3=95=E8=8E=B7?= =?UTF-8?q?=E5=BE=97=E7=A1=AC=E7=9B=98=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reinstall.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reinstall.sh b/reinstall.sh index 0624ec5..d125d0c 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -5,6 +5,9 @@ set -eE confhome=https://raw.githubusercontent.com/bin456789/reinstall/main github_proxy=raw.gitmirror.com +# https://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html +export LC_ALL=C + this_script=$(realpath "$0") trap 'trap_err $LINENO $?' ERR