From 1238b5f152feaa1898a0476415c7e11df9bbad4d Mon Sep 17 00:00:00 2001 From: John McQuah Date: Mon, 31 Oct 2022 16:49:34 -0400 Subject: [PATCH] pkgmeek: export LC_ALL --- scripts/pkgmeek | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pkgmeek b/scripts/pkgmeek index 7160f32..07afad0 100755 --- a/scripts/pkgmeek +++ b/scripts/pkgmeek @@ -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 "$@"