summaryrefslogtreecommitdiff
path: root/jh.sh.in
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-22 12:12:29 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-22 12:12:29 -0600
commit75d2804167d3a7cfb5ec6cce6cd8cb8b57f8a82f (patch)
tree5f4ad55078c5c9bec13a63629ffd6aa6ff782ca2 /jh.sh.in
parent48819c69c2404f3edb203ab08401dac0f776fb78 (diff)
'>'/'<' do lexicographic comparison, we want integerv0.5.1
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