Set language to C.UTF-8

This commit is contained in:
JeremyStar™ 2024-03-11 01:50:25 +01:00
parent bbc73eafca
commit b9311c9953

View file

@ -1,6 +1,10 @@
#!/bin/bash
set -eo pipefail
# Set language to C.UTF-8 (for easier debugging)
export "LANG=C.UTF-8"
export "LC_MESSAGES=${LANG}"
# Variables
## Cloning (update these if you fork this project)
export "BUILDTOOL_REPOSITORY=https://git.staropensource.de/JeremyStarTM/kernel-optimized.git"