summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-12-18 15:43:00 +0100
committerJuergen Daubert <jue@jue.li>2021-12-18 15:43:00 +0100
commitc2ebd044e0dc239b957eb1d5a51fad73fd2dbae8 (patch)
treefaff0f6260dad8333eb541931b48f0de9c43d49d
parentbd31e5150b403977ae5074655ada9d14e830e5fc (diff)
downloadpkgutils-c2ebd044e0dc239b957eb1d5a51fad73fd2dbae8.tar.gz
pkgutils-c2ebd044e0dc239b957eb1d5a51fad73fd2dbae8.tar.xz
pkgmk: set LC_ALL to C.UTF-8
-rw-r--r--pkgmk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgmk.in b/pkgmk.in
index 9fd29651..6830ec5d 100644
--- a/pkgmk.in
+++ b/pkgmk.in
@@ -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"

Generated by cgit