From d453df287507d0a86dfa4a12d33b5f8ca8d13f5f Mon Sep 17 00:00:00 2001 From: Christophe Biocca Date: Tue, 23 Sep 2014 17:18:42 -0400 Subject: [PATCH] Ensure editor actually gets a filename to work with. --- bin/blackbox_edit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/blackbox_edit b/bin/blackbox_edit index 93fcf2a..0997fd5 100755 --- a/bin/blackbox_edit +++ b/bin/blackbox_edit @@ -20,6 +20,6 @@ for param in """$@""" ; do esac fi blackbox_edit_start "$param" - $EDITOR $unencrypted_file + $EDITOR $(get_unencrypted_filename $param) blackbox_edit_end "$param" done