Removed check for EDITOR from blackbox_edit
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
# blackbox_edit.sh -- Decrypt a file temporarily for edition, then re-encrypts it again
|
# blackbox_edit.sh -- Decrypt a file temporarily for edition, then re-encrypts it again
|
||||||
#
|
#
|
||||||
set -e
|
set -e
|
||||||
[ -z $EDITOR ] && EDITOR="vi"
|
|
||||||
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||||
source ${blackbox_home}/_blackbox_common.sh
|
source ${blackbox_home}/_blackbox_common.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user