mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
export LC_ALL in getrealdeps (#8029)
This commit is contained in:
committed by
GitHub
parent
6646af6591
commit
f2726a8bbb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user