From 81d937de94b8804e8122490404c54d0e2e4262a7 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 22 Jan 2008 17:38:55 -0600 Subject: Sort newtoys.h by command name, not by USE_ macro. --- scripts/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make.sh b/scripts/make.sh index 08333959..c5989334 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -22,7 +22,7 @@ function newtoys() done } echo "NEWTOY(toybox, NULL, 0)" > generated/newtoys.h -newtoys | sort >> generated/newtoys.h +newtoys | sort -t '(' -k3,3 >> generated/newtoys.h # Extract global structure definitions from toys/*.c -- cgit v1.2.3