summaryrefslogtreecommitdiff
path: root/jh-help.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-12 01:51:32 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-12 01:51:32 -0400
commite498fed9f196c50f79ddd395688689d8761ae134 (patch)
tree3bffbd5c65a62b323fdcc25342d8c173b9d7a4e8 /jh-help.sh
parentce51d919bacc5a47a43c586aa5dadfa90d2494cd (diff)
Sourcing a file from Bash checks the path, I don't need to hard-code it
Diffstat (limited to 'jh-help.sh')
-rw-r--r--jh-help.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jh-help.sh b/jh-help.sh
index a88206c..31fbf6e 100644
--- a/jh-help.sh
+++ b/jh-help.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-. /usr/bin/jh
+. jh
case $# in
0) usage ''; exit 0;;