export LC_ALL in getrealdeps (#8029)

This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2023-03-02 00:59:10 -05:00
committed by GitHub
parent 6646af6591
commit f2726a8bbb

View File

@@ -52,7 +52,7 @@ if ! [[ -f "${CREW_PREFIX}/etc/crew/meta/${pkg}.filelist" ]]; then
fi
# Speed up grep
LC_ALL=C
export LC_ALL=C
# Install grep if a functional local copy does not exist.
if grep --version &> /dev/null; then