summaryrefslogtreecommitdiff
path: root/jh-list-commands.sh
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-list-commands.sh
parent48819c69c2404f3edb203ab08401dac0f776fb78 (diff)
'>'/'<' do lexicographic comparison, we want integerv0.5.1
Diffstat (limited to 'jh-list-commands.sh')
-rw-r--r--jh-list-commands.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jh-list-commands.sh b/jh-list-commands.sh
index a099fae..164d6b2 100644
--- a/jh-list-commands.sh
+++ b/jh-list-commands.sh
@@ -4,7 +4,7 @@
# terms of the Do What The Fuck You Want To Public License, Version 2,
# as published by Sam Hocevar. See the COPYING file for more details.
-if [[ $# > 0 ]]; then
+if [[ $# -gt 0 ]]; then
jh-help $0 >>/dev/stderr
exit 1
fi