info log outputs info with LANG=NONE

This commit is contained in:
southerntofu 2020-12-01 15:36:33 +01:00
parent a71471fc40
commit 0caa9c0eba
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ warn() {
info() {
[[ $INFO != 1 ]] && return
echo "[git-build] $(trans $1)" | envsubst > /dev/stderr
echo "$(trans info)$(trans $1)" | envsubst > /dev/stderr
}
error () {