Fixed parameter expansion in _blackbox_common.sh for EDITOR

This commit is contained in:
Bryan Roberts
2015-02-15 11:52:34 -05:00
parent d4fd6cf8ed
commit 63b5dc9de4

View File

@@ -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.