From 3ade97eea1f5836ff1970881c348b1929446e44f Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 3 Nov 2023 10:27:09 +0100 Subject: [PATCH] gaboshlib/g_num_is_higher.sh aktualisiert --- gaboshlib/g_num_is_higher.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/gaboshlib/g_num_is_higher.sh b/gaboshlib/g_num_is_higher.sh index e24df0a..0c03661 100644 --- a/gaboshlib/g_num_is_higher.sh +++ b/gaboshlib/g_num_is_higher.sh @@ -18,8 +18,6 @@ function g_num_is_higher { # Check for valid number g_num_valid_number "$f_num" "$f_checkhigher" || return 1 - # Check which is the low (from) and the high (to) number - # Check if given number is in or out range if [ $(echo "${f_num} > ${f_checkhigher}" | bc) -ne 0 ] then return 0