aboutsummaryrefslogtreecommitdiff
path: root/bin/maybe
diff options
context:
space:
mode:
Diffstat (limited to 'bin/maybe')
-rwxr-xr-xbin/maybe2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/maybe b/bin/maybe
index 86785a45..a2de17dd 100755
--- a/bin/maybe
+++ b/bin/maybe
@@ -15,7 +15,7 @@ esac
# Numerator must be zero or greater, denominator must be 1 or greater
if [ "$((num >= 0 || den >= 1))" -ne 1 ] ; then
- printf >&2 '%s: Illegal numerator/denominator %s\n' "$self"
+ printf >&2 '%s: Illegal numerator/denominator %s\n' "$self" "$num"
exit 2
fi