added quotes to fix linting

This commit is contained in:
Dan OBoyle
2015-06-28 19:05:06 -04:00
parent 4c7078e4c4
commit 85e1ea7ccc

View File

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