- Fix blackbox commands so that they work when called with absolute paths.

- Fix confidence_test.sh so that it's not hardcoded to a specific dev environment path.
This commit is contained in:
Warren Gray
2015-01-13 14:42:58 -05:00
parent 3f36d28798
commit beefbfb912
12 changed files with 26 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
export PATH="$HOME/gitwork/blackbox/bin":/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/../bin
export PATH=${blackbox_home}:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin
. _stack_lib.sh