commit | 7c47474f209bdf84cf87844c277ed711cad78196 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Feb 08 14:33:28 2017 -0800 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Feb 08 14:33:28 2017 -0800 |
tree | ab40c2f5ae5f24e7e8866c0937c8fb474d0cf697 | |
parent | ffde3c9f9effcd2b47f5fd76df45551e68c0b1ec [diff] |
Set LC_ALL instead of LANG when creating harfbuzz.def Hopefully fixes Travis faliure? https://github.com/behdad/harfbuzz/pull/413#issuecomment-278481882 https://travis-ci.org/khaledhosny/harfbuzz/jobs/199785332#L1065
diff --git a/src/Makefile.am b/src/Makefile.am index d7420a0..e322d56 100644 --- a/src/Makefile.am +++ b/src/Makefile.am
@@ -218,7 +218,7 @@ (cat $^ || echo 'hb_ERROR ()' ) | \ $(EGREP) '^hb_.* \(' | \ sed -e 's/ (.*//' | \ - LANG=C sort; \ + LC_ALL=C sort; \ echo LIBRARY libharfbuzz-0.dll; \ ) >"$@" @ ! grep -q hb_ERROR "$@" \