1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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