From 3c4f5abbe13b42e6ac1352c97a4b8a71101f1676 Mon Sep 17 00:00:00 2001 From: Ta180m Date: Jun 21 2022 22:12:02 +0000 Subject: Website: Actually fix pandoc mangling emojis by exporting LANG variable (#131) The `LANG` variable needs to be exported so it can be passed to child processes. Fixes #126 for real this time. Co-authored-by: Anthony Wang Reviewed-on: https://codeberg.org/ForgeFed/ForgeFed/pulls/131 Reviewed-by: Loïc Dachary Reviewed-by: 6543 <6543@noreply.codeberg.org> Co-authored-by: Ta180m Co-committed-by: Ta180m --- diff --git a/build.sh b/build.sh index a9eef63..d765ec2 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ set -e # Fixes pandoc mangling emojis -LANG=C.UTF-8 +export LANG=C.UTF-8 inputs="behavior modeling vocabulary"