Invoke "run" with the same bash as runCompletion and runUnit are run with.
Makes things a bit easier on systems that don't have bash installed in /bin.
This commit is contained in:
parent
be649e63be
commit
a7cd88bb67
@ -4,4 +4,4 @@
|
||||
# isn't initialized at that point (i.e. output of `expect' is shown on
|
||||
# stdout - `open_logs' hasn't run yet?). And running code from a library
|
||||
# file isn't probably a good idea either.
|
||||
"${BASH_SOURCE[0]%/*}/run" --tool completion $*
|
||||
"$BASH" "${BASH_SOURCE[0]%/*}/run" --tool completion $*
|
||||
|
@ -4,4 +4,4 @@
|
||||
# isn't initialized at that point (i.e. output of `expect' is shown on
|
||||
# stdout - `open_logs' hasn't run yet?). And running code from a library
|
||||
# file isn't probably a good idea either.
|
||||
"${BASH_SOURCE[0]%/*}/run" --tool unit $*
|
||||
"$BASH" "${BASH_SOURCE[0]%/*}/run" --tool unit $*
|
||||
|
Loading…
x
Reference in New Issue
Block a user