Commit b283c0b8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

tools_eget: use sort --version-sort for ordering (fix 99 > 100)

parent f2748fe4
......@@ -110,7 +110,7 @@ filter_glob()
filter_order()
{
[ -z "$LATEST" ] && cat && return
sort | tail -n1
sort -V | tail -n1
}
# download to this file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment