aboutsummaryrefslogtreecommitdiff
path: root/entries/funemy/z3/z4fib.sh
diff options
context:
space:
mode:
authorfunemy2022-10-25 09:21:15 +0000
committerfunemy2022-10-25 09:21:15 +0000
commit1f35f0d22a4cd0bd837b26e8b019345532da89e6 (patch)
treebcf99ce73a8c19466cf1c92506fc0dda18c469e2 /entries/funemy/z3/z4fib.sh
parentcf530ca49024dbdac4234c52a6838fb209ab6cb6 (diff)
minor
Diffstat (limited to 'entries/funemy/z3/z4fib.sh')
-rwxr-xr-xentries/funemy/z3/z4fib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/entries/funemy/z3/z4fib.sh b/entries/funemy/z3/z4fib.sh
index b7488e4..983a752 100755
--- a/entries/funemy/z3/z4fib.sh
+++ b/entries/funemy/z3/z4fib.sh
@@ -16,7 +16,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