diff options
author | Rob Landley <rob@landley.net> | 2008-05-12 01:23:19 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-05-12 01:23:19 -0500 |
commit | da5709494710925cf9d35b91ba2690148031b840 (patch) | |
tree | 15a921299df89f4e648d8cfab58cc77041865fe5 /scripts/test/echo.test | |
parent | 988abb33a5c9d8023a8e1bd5535a75a16e5d9e46 (diff) | |
download | toybox-da5709494710925cf9d35b91ba2690148031b840.tar.gz |
Sort was including the trailing comma and getting the order wrong.
(Specifically, it was comparing "sh," with "sha1sum," and putting sha1sum first
in generated/newtoys.h so the binary search wasn't finding sha1sum. Alas, you
can't feed separate beginning and ending delimiters to "sort -t". The fix is
to copy the appropriate field out with sed, duplicate it at the start of the
string where it's easy to compare, and then remove it again with a second
sed after the sort.
Diffstat (limited to 'scripts/test/echo.test')
0 files changed, 0 insertions, 0 deletions