From 85e1ea7cccab354297140619c6b460b8cd660827 Mon Sep 17 00:00:00 2001 From: Dan OBoyle Date: Sun, 28 Jun 2015 19:05:06 -0400 Subject: [PATCH] added quotes to fix linting --- bin/_blackbox_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/_blackbox_common.sh b/bin/_blackbox_common.sh index 9d79ad4..fb93f18 100755 --- a/bin/_blackbox_common.sh +++ b/bin/_blackbox_common.sh @@ -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.