From d4fd6cf8ed6de474a22359be19b50af601582ba8 Mon Sep 17 00:00:00 2001 From: Bryan Roberts Date: Sun, 15 Feb 2015 11:40:00 -0500 Subject: [PATCH] Removed check for EDITOR from blackbox_edit --- bin/blackbox_edit | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/blackbox_edit b/bin/blackbox_edit index 8fdba99..ea733ac 100755 --- a/bin/blackbox_edit +++ b/bin/blackbox_edit @@ -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