Set language to C.UTF-8
This commit is contained in:
parent
bbc73eafca
commit
b9311c9953
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue