Merge pull request #18 from christophebiocca/fix-edit

Ensure editor actually gets a filename to work with.
This commit is contained in:
Tom Limoncelli
2014-09-23 16:57:22 -05:00

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