GNU sort note

This commit is contained in:
Thomas Levine 2016-03-06 10:47:22 +00:00
parent 868822758f
commit 997d256281
1 changed files with 1 additions and 2 deletions

3
urchin
View File

@ -275,8 +275,7 @@ report_outcome() {
# and thus makes the above variables local.
sorted_log_file=$(mktemp)
# Sort in alphabetical order.
# GNU sort requires -m, and BSD sort doesn't.
# GNU sort is broken. Oh well.
sort "${log_file}" > "${sorted_log_file}"
while read line; do