diff options
Diffstat (limited to 'env/.local/bin/scripts/math')
| -rwxr-xr-x | env/.local/bin/scripts/math | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
