From e996aefdea2e3e7e11c1d886c356e24e527d05f4 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sat, 23 Mar 2019 15:46:31 -0400 Subject: libs/git: Remove unnecessary env invocation LC_ALL is already set to "C.UTF-8" and exported if libfaketime path is given in libreboot.conf --- libs/git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/git') diff --git a/libs/git b/libs/git index 2a88bf84..fa4434f7 100755 --- a/libs/git +++ b/libs/git @@ -241,8 +241,8 @@ git_files() { ( cd "$repository_path" - # Reproducible sorting. - git ls-files -z | env LC_ALL='C.UTF-8' sort -z + + git ls-files -z | sort -z ) } -- cgit v1.2.3-70-g09d2