[Rpm-maint] [rpm-software-management/rpm] Use LANG=C.UTF-8 instead of LANG=C during package build by default (#227)

Igor Gnatenko notifications at github.com
Fri Jun 2 08:12:48 UTC 2017


ignatenkobrain commented on this pull request.



> @@ -28,7 +28,7 @@ trap "rm -f $tmp" EXIT
 find "$RPM_BUILD_ROOT" \! \( \
     -name '*.pyo' -o -name '*.pyc' -o -name '*.elc' -o -name '.packlist' \
     \) -type f -print0 | \
-    LANG=C xargs -0r grep -F "$RPM_BUILD_ROOT" >$tmp
+    LANG="C.UTF-8" xargs -0r grep -F "$RPM_BUILD_ROOT" >$tmp

same here

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/227#pullrequestreview-41714939
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170602/b7c544c6/attachment.html>


More information about the Rpm-maint mailing list