Explorar el Código

build.sh: use LANG=C

Karsten Böddeker hace 8 años
padre
commit
1e8f981050
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      build.sh

+ 1 - 0
build.sh

@@ -57,6 +57,7 @@ PATCH_DIR="site/patches"
 OUTPUT_DIR="${MY_DIR}/output"
 BUILD_INFO_FILENAME="build-info.txt"
 VERSIONS_INFO_DIR="versions"
+LANG=C
 
 pushd $MY_DIR > /dev/null
 [ "_$BUILD_TS" == "_" ] && export BUILD_TS=$(date +"%Y-%m-%d %H:%M:%S")