summaryrefslogtreecommitdiff
path: root/jh-mvn-install.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-12 19:23:16 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-12 19:23:16 -0400
commit272f57b2a4d9f2c8d5ac3c46962f25c55dfbb270 (patch)
tree90055d8d7e394ae5377200ee2ec00afa4b861f0b /jh-mvn-install.sh
parentb2c326dc625c0ee7cdfb5763b036db6893db9efd (diff)
simplify by moving usage() into jh-help, jh no longer needs to be included
Diffstat (limited to 'jh-mvn-install.sh')
-rw-r--r--jh-mvn-install.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/jh-mvn-install.sh b/jh-mvn-install.sh
index 23c0d6a..41aefcc 100644
--- a/jh-mvn-install.sh
+++ b/jh-mvn-install.sh
@@ -1,8 +1,7 @@
#!/bin/bash
-. jh
if [[ $# != 5 ]]; then
- usage
+ jh-help $0 >>/dev/stderr
exit 1
fi