Merge pull request #98 from selfcommit/master

added quotes to fix linting $BLACKBOX_HOME Linting in _blockbox_common.sh
This commit is contained in:
Tom Limoncelli
2015-06-29 11:14:44 -04:00

View File

@@ -13,7 +13,7 @@
source "${0%/*}"/_stack_lib.sh
# Where are we?
: "${BLACKBOX_HOME:=$(cd "${0%/*}" ; pwd)}" ;
: "${BLACKBOX_HOME:="$(cd "${0%/*}" ; pwd)"}" ;
# Where in the VCS repo should the blackbox data be found?
: "${BLACKBOXDATA:=keyrings/live}" ; # If BLACKBOXDATA not set, set it.