From aa0aee3d746d379e1e09cf61f4582cd2b757fc51 Mon Sep 17 00:00:00 2001 From: Jacob Gillespie Date: Sun, 1 Oct 2023 21:22:39 +0100 Subject: [PATCH] Update formatting --- lib/utils.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.bash b/lib/utils.bash index 185dd94..e0d489e 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -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() {