cleanup some mis-named things and remove dead var

This commit is contained in:
mavenlink
2014-10-02 17:03:49 -07:00
parent cd880e76c2
commit 157dfe6d2f
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ echo '========== ENCRYPTED FILES THAT WERE UNLOCKED:'
awk <"$BB_FILES" '{ print " " $1 ".gpg" }'
echo '========== FILES THAT WILL BE SHREDDED:'
need_warning=false
for i in $(<$BB_FILES) ; do
unencrypted_file=$(get_unencrypted_filename "$i")
encrypted_file=$(get_encrypted_filename "$i")