GNU sort note
This commit is contained in:
parent
868822758f
commit
997d256281
3
urchin
3
urchin
@ -275,8 +275,7 @@ report_outcome() {
|
|||||||
# and thus makes the above variables local.
|
# and thus makes the above variables local.
|
||||||
sorted_log_file=$(mktemp)
|
sorted_log_file=$(mktemp)
|
||||||
|
|
||||||
# Sort in alphabetical order.
|
# GNU sort is broken. Oh well.
|
||||||
# GNU sort requires -m, and BSD sort doesn't.
|
|
||||||
sort "${log_file}" > "${sorted_log_file}"
|
sort "${log_file}" > "${sorted_log_file}"
|
||||||
|
|
||||||
while read line; do
|
while read line; do
|
||||||
|
Loading…
Reference in New Issue
Block a user