summaryrefslogtreecommitdiff
path: root/jh.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'jh.sh.in')
-rw-r--r--jh.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/jh.sh.in b/jh.sh.in
index 0d0b9f6..d946da7 100644
--- a/jh.sh.in
+++ b/jh.sh.in
@@ -14,7 +14,7 @@ if [[ -z $jh_short ]]; then
fi
main() {
- if [[ $# < 1 ]]; then
+ if [[ $# -lt 1 ]]; then
jh-help >>/dev/stderr
return 1;
fi