Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Oct 1, 2023
1 parent d07a448 commit aa0aee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ install_version() {
# Implementation taken from
# https://stackoverflow.com/a/4024263
verlte() {
[ "$1" = "`echo -e "$1\n$2" | sort -V | head -n1`" ]
[ "$1" = "`echo -e "$1\n$2" | sort -V | head -n1`" ]
}

verlt() {
[ "$1" = "$2" ] && return 1 || verlte $1 $2
[ "$1" = "$2" ] && return 1 || verlte $1 $2
}

get_tarball_name() {
Expand Down

0 comments on commit aa0aee3

Please sign in to comment.