From 63b5dc9de46e86ae975ea3e31a052844e3034b0a Mon Sep 17 00:00:00 2001 From: Bryan Roberts Date: Sun, 15 Feb 2015 11:52:34 -0500 Subject: [PATCH] Fixed parameter expansion in _blackbox_common.sh for EDITOR --- 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 b886ad8..9915c8d 100755 --- a/bin/_blackbox_common.sh +++ b/bin/_blackbox_common.sh @@ -14,7 +14,7 @@ # If $EDITOR is not set, set it to "vi": -: ${EDITOR:-vi} ; +: ${EDITOR:=vi} ; # Outputs a string that is the base directory of this VCS repo.