From cc495217e2f48c826f4dbb97080fade6b4d54ff5 Mon Sep 17 00:00:00 2001 From: Brian Recchia Date: Mon, 23 Jan 2017 12:30:54 -0500 Subject: [PATCH] Changed composure.bash stub to a more absolute path --- lib/composure.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/composure.bash b/lib/composure.bash index 20afa20a..0650b399 100755 --- a/lib/composure.bash +++ b/lib/composure.bash @@ -1,2 +1,2 @@ #!/usr/bin/env bash -. $(dirname $0)/composure/composure.sh +. ${BASH_IT}/lib/composure/composure.sh