This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new f73f3e619df [chore](build) fix env.sh LANG set on MacOS (#61365)
f73f3e619df is described below

commit f73f3e619df84159fdf5a4917c8b85120d03f860
Author: morrySnow <[email protected]>
AuthorDate: Mon Mar 16 16:30:28 2026 +0800

    [chore](build) fix env.sh LANG set on MacOS (#61365)
---
 env.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/env.sh b/env.sh
index d9226d5cf01..d5370195b05 100755
--- a/env.sh
+++ b/env.sh
@@ -18,10 +18,10 @@
 # under the License.
 
 # Explicitly set to prevent ccache misses caused by terminal differences
-export LANG=en_US.utf8
-export LC_ALL=en_US.utf8
-export LC_CTYPE=en_US.utf8
-export LC_MESSAGES=en_US.utf8
+export LANG=en_US.UTF-8
+export LC_ALL=en_US.UTF-8
+export LC_CTYPE=en_US.UTF-8
+export LC_MESSAGES=en_US.UTF-8
 
 # check DORIS_HOME
 if [[ -z "${DORIS_HOME}" ]]; then


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to