From 2097b0ebfdd07ae7a8295c26703d8d88ee7a5f8f Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 10 Jun 2026 00:48:19 -0500 Subject: Squashed commit of the following: made all scripts mostly posix moved from gajim to dino --- env/.local/bin/scripts/math | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env/.local/bin/scripts/math') diff --git a/env/.local/bin/scripts/math b/env/.local/bin/scripts/math index 9c9b305..2236da4 100755 --- a/env/.local/bin/scripts/math +++ b/env/.local/bin/scripts/math @@ -2,7 +2,7 @@ expression=$1 precision=$2 -if [ "$precision" == "" ]; then +if [ "$precision" = "" ]; then precision=1; fi; -- cgit v1.3