diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-07-07 20:50:59 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-07-07 20:50:59 +0000 |
| commit | 932d4e19e64bca40e86d1e63bf9409978f0d28a3 (patch) | |
| tree | f61314cbbff3fb71ba87fa48770d017d5e795359 /usr.bin/lorder | |
| parent | 035ec48e5546fabe178fd7015cc268843df24821 (diff) | |
Notes
Diffstat (limited to 'usr.bin/lorder')
| -rw-r--r-- | usr.bin/lorder/lorder.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/lorder/lorder.sh b/usr.bin/lorder/lorder.sh index 8123c96779b4a..4b6243cd34779 100644 --- a/usr.bin/lorder/lorder.sh +++ b/usr.bin/lorder/lorder.sh @@ -73,6 +73,7 @@ ${NM} ${NMFLAGS} -go $* | sed " d " +export LC_ALL=C # eliminate references that can be resolved by the same library. if [ $(expr "$*" : '.*\.a[[:>:]]') -ne 0 ]; then sort -u -o $S $S |
