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:
parent
0bb865a7d3
commit
eca6246684
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue