pkgmk: set LC_ALL to C.UTF-8

This commit is contained in:
Juergen Daubert 2021-12-18 15:43:00 +01:00
parent bd31e5150b
commit c2ebd044e0

View File

@ -959,7 +959,7 @@ main() {
trap "interrupted" SIGHUP SIGINT SIGQUIT SIGTERM
export LC_ALL=POSIX
export LC_ALL=C.UTF-8
readonly PKGMK_VERSION="#VERSION#"
readonly PKGMK_COMMAND="$0"