mirror of
https://github.com/StackExchange/blackbox.git
synced 2025-12-15 19:13:01 +02:00
Fixed argument for deletion
This commit is contained in:
@@ -24,5 +24,6 @@ for param in """$@""" ; do
|
||||
fi
|
||||
blackbox_edit_start "$param"
|
||||
$EDITOR $(get_unencrypted_filename $param)
|
||||
rm -f "$param"
|
||||
unencrypted_file=$(get_unencrypted_filename "$param")
|
||||
rm -f "$unencrypted_file"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user