From 75d2804167d3a7cfb5ec6cce6cd8cb8b57f8a82f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 22 Jun 2013 12:12:29 -0600 Subject: '>'/'<' do lexicographic comparison, we want integer --- jh-mvn-localrepo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jh-mvn-localrepo.sh') diff --git a/jh-mvn-localrepo.sh b/jh-mvn-localrepo.sh index b01ed93..fd6323f 100644 --- a/jh-mvn-localrepo.sh +++ b/jh-mvn-localrepo.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 -- cgit v1.2.2