diff options
Diffstat (limited to 'scripts/make.sh')
-rwxr-xr-x | scripts/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |