[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

@@ -17,8 +17,6 @@ fi
prepare_keychain
OLDIFS=$IFS
modified_files=()
echo '========== DIFFING FILES: START'
while IFS= read <&99 -r unencrypted_file; do
@@ -38,8 +36,6 @@ echo '========== DIFFING FILES: DONE'
fail_if_keychain_has_secrets
IFS=$OLDIFS
echo '========== DONE.'
if [ ${#modified_files[@]} -eq 0 ] ; then