[Git][cmucl/cmucl][master] Set LANG in build.sh

Raymond Toy (@rtoy) gitlab at common-lisp.net
Wed Jul 5 13:44:51 UTC 2023



Raymond Toy pushed to branch master at cmucl / cmucl


Commits:
4e433b83 by Raymond Toy at 2023-07-05T06:40:08-07:00
Set LANG in build.sh

For some reason, on my Mac system, LANG isn't set and sometimes git
messages are in Korean.  So for consistency, set LANG in build.sh to a
known value that should work everywhere.

- - - - -


1 changed file:

- bin/build.sh


Changes:

=====================================
bin/build.sh
=====================================
@@ -110,6 +110,8 @@ case `uname -s` in
       esac ;;
 esac
 
+export LANG=en_US.UTF-8
+
 buildit ()
 {
     if echo $INTERACTIVE_BUILD | grep $BUILD > /dev/null; then



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/4e433b83b0829b262b39820811e5fb69ef7842ae

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/4e433b83b0829b262b39820811e5fb69ef7842ae
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230705/0f134cbb/attachment.html>


More information about the cmucl-cvs mailing list