- 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

@@ -4,7 +4,8 @@
# blackbox_edit.sh -- Decrypt a file temporarily for edition, then re-encrypts it again
#
set -e
. _blackbox_common.sh
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source ${blackbox_home}/_blackbox_common.sh
for param in """$@""" ; do
unencrypted_file=$(get_unencrypted_filename "$param")