summaryrefslogtreecommitdiff
path: root/jh-mvn-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jh-mvn-install.sh')
-rw-r--r--jh-mvn-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jh-mvn-install.sh b/jh-mvn-install.sh
index 0fabd71..a3aae55 100644
--- a/jh-mvn-install.sh
+++ b/jh-mvn-install.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 [[ $# < 4 ]]; then
+if [[ $# -lt 4 ]]; then
jh-help $0 >>/dev/stderr
exit 1
fi