From e498fed9f196c50f79ddd395688689d8761ae134 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 12 May 2013 01:51:32 -0400 Subject: Sourcing a file from Bash checks the path, I don't need to hard-code it --- jh-list-commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jh-list-commands.sh') diff --git a/jh-list-commands.sh b/jh-list-commands.sh index 290b4e1..143f6e7 100644 --- a/jh-list-commands.sh +++ b/jh-list-commands.sh @@ -1,5 +1,5 @@ #!/bin/bash -. /usr/bin/jh +. jh if [[ $# > 0 ]]; then usage -- cgit v1.2.3