Ensure editor actually gets a filename to work with.

This commit is contained in:
Christophe Biocca
2014-09-23 17:18:42 -04:00
parent b7217e197d
commit d453df2875

View File

@@ -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