1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

alphabetical ordering for list of progs

This commit is contained in:
Nathan Ross 2015-12-25 19:58:35 -05:00
parent 84c435cadc
commit a5a93175fe

View file

@ -54,8 +54,9 @@ PROGS := \
false \ false \
fmt \ fmt \
fold \ fold \
link \
hashsum \ hashsum \
head \
link \
ln \ ln \
mkdir \ mkdir \
nl \ nl \
@ -70,14 +71,15 @@ PROGS := \
relpath \ relpath \
rm \ rm \
rmdir \ rmdir \
sleep \
split \
seq \ seq \
shuf \ shuf \
sleep \
sort \ sort \
split \
sum \ sum \
sync \ sync \
tac \ tac \
tail \
tee \ tee \
test \ test \
tr \ tr \
@ -87,10 +89,8 @@ PROGS := \
unexpand \ unexpand \
uniq \ uniq \
wc \ wc \
yes \ whoami \
head \ yes
tail \
whoami
UNIX_PROGS := \ UNIX_PROGS := \
chmod \ chmod \