[clean] Remove useless IFS save

This commit is contained in:
Charles Prost
2015-03-20 09:40:42 +01:00
parent d5a82166f3
commit 3b76c6c936
4 changed files with 0 additions and 16 deletions

View File

@@ -18,8 +18,6 @@ fi
disclose_admins
prepare_keychain
OLDIFS=$IFS
echo '========== ENCRYPTED FILES TO BE RE-ENCRYPTED:'
while IFS= read <&99 -r unencrypted_file; do
echo " $unencrypted_file.gpg"
@@ -62,8 +60,6 @@ while IFS= read <&99 -r unencrypted_file; do
done 99<"$BB_FILES"
vcs_commit 'Re-encrypted keys'
IFS=$OLDIFS
VCSCMD=$(which_vcs)
echo '========== DONE.'
echo 'Likely next step:'