Merge pull request #117 from torarvid/editor-remove-quotes
Support having an $EDITOR value with arguments
This commit is contained in:
@@ -27,7 +27,7 @@ for param in "$@" ; do
|
||||
esac
|
||||
fi
|
||||
"${BLACKBOX_HOME}/blackbox_edit_start" "$unencrypted_file"
|
||||
"$EDITOR" "$(get_unencrypted_filename "$unencrypted_file")"
|
||||
$EDITOR "$(get_unencrypted_filename "$unencrypted_file")"
|
||||
"${BLACKBOX_HOME}/blackbox_edit_end" "$unencrypted_file"
|
||||
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user