diff options
-rw-r--r-- | pkgmk.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |