Use portable sort in linecount target.

This commit is contained in:
Jonas 'Sortie' Termansen 2017-10-25 13:21:00 +02:00
parent 0bb865a7d3
commit eca6246684
1 changed files with 1 additions and 1 deletions

View File

@ -434,4 +434,4 @@ run-virtualbox-debug: sortix.iso
# Statistics
.PHONY: linecount
linecount:
wc -l `git ls-files | grep -Ev '^libm/man/.*$$'` | sort -h
wc -l `git ls-files | grep -Ev '^libm/man/.*$$'` | LC_ALL=C sort