Changed composure.bash stub to a more absolute path
parent
abdf70f127
commit
cc495217e2
|
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
. $(dirname $0)/composure/composure.sh
|
. ${BASH_IT}/lib/composure/composure.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue