From 3a7e80fc321a728d43eb4b586409809f9eb33206 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 17 Aug 2022 21:11:53 -0600 Subject: hints/freebsd.sh: Don't use querylocale() due to bugs https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255646 --- hints/freebsd.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hints') diff --git a/hints/freebsd.sh b/hints/freebsd.sh index bbde9d4978..bcf220a095 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -367,3 +367,7 @@ esac EOCBU ;; esac + +# This function on this box has weird behavior. See +# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255646 +d_querylocale='undef' -- cgit v1.2.1