Removed check for EDITOR from blackbox_edit

This commit is contained in:
Bryan Roberts
2015-02-15 11:40:00 -05:00
parent e5028b0fdb
commit d4fd6cf8ed

View File

@@ -4,7 +4,6 @@
# blackbox_edit.sh -- Decrypt a file temporarily for edition, then re-encrypts it again
#
set -e
[ -z $EDITOR ] && EDITOR="vi"
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source ${blackbox_home}/_blackbox_common.sh