pkgmeek: export LC_ALL

This commit is contained in:
John McQuah 2022-10-31 16:49:34 -04:00
parent 50eef5bd9a
commit 1238b5f152

View File

@ -590,4 +590,5 @@ readonly -f main info warning error print_help parse_options validate_pkgfile \
cleanup_work recursive
trap "interrupted" SIGHUP SIGINT SIGQUIT SIGTERM
export LC_ALL=C.UTF-8
main "$@"