aboutsummaryrefslogtreecommitdiff
path: root/entries/funemy/z3/z3fib.sh
diff options
context:
space:
mode:
authorBraxton Hall2022-10-25 20:02:35 +0000
committerGitHub2022-10-25 20:02:35 +0000
commitd57abc9cefad29bd3977fc513ef6948f021dd558 (patch)
treeb37c9548a59a6167fe9ba7c46230734f812fec5d /entries/funemy/z3/z3fib.sh
parent5ff019bc3205def15e1ee73cd9c60e4c69509750 (diff)
parentcdec98dc53617c3ad5c297f8f5d127013c111b6d (diff)
Merge pull request #42 from funemy/main
z3 but cooler
Diffstat (limited to 'entries/funemy/z3/z3fib.sh')
-rwxr-xr-xentries/funemy/z3/z3fib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/entries/funemy/z3/z3fib.sh b/entries/funemy/z3/z3fib.sh
index 07ab418..e96226f 100755
--- a/entries/funemy/z3/z3fib.sh
+++ b/entries/funemy/z3/z3fib.sh
@@ -15,7 +15,7 @@ else
fi
if [ "$1" -lt "0" ]; then
- echo "Argument must be larger than 0."
+ echo "Argument must be larger or equal to 0."
exit 1
fi