[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

@@ -26,8 +26,6 @@ fi
change_to_vcs_root
prepare_keychain
OLDIFS=$IFS
# Decrypt:
echo '========== Decrypting new/changed files: START'
while IFS= read <&99 -r unencrypted_file; do
@@ -39,6 +37,4 @@ while IFS= read <&99 -r unencrypted_file; do
fi
done 99<"$BB_FILES"
IFS=$OLDIFS
echo '========== Decrypting new/changed files: DONE'