diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-12 01:51:32 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-12 01:51:32 -0400 |
commit | e498fed9f196c50f79ddd395688689d8761ae134 (patch) | |
tree | 3bffbd5c65a62b323fdcc25342d8c173b9d7a4e8 /jh-mvn-localrepo.sh | |
parent | ce51d919bacc5a47a43c586aa5dadfa90d2494cd (diff) |
Sourcing a file from Bash checks the path, I don't need to hard-code it
Diffstat (limited to 'jh-mvn-localrepo.sh')
-rw-r--r-- | jh-mvn-localrepo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jh-mvn-localrepo.sh b/jh-mvn-localrepo.sh index 32a91f0..14ea778 100644 --- a/jh-mvn-localrepo.sh +++ b/jh-mvn-localrepo.sh @@ -1,5 +1,5 @@ #!/bin/bash -. /usr/bin/jh +. jh if [[ $# > 0 ]]; then usage |