[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

@@ -21,8 +21,6 @@ source "${blackbox_home}/_blackbox_common.sh"
change_to_vcs_root
OLDIFS=$IFS
echo '========== FILES BEING SHREDDED:'
while IFS= read <&99 -r unencrypted_file; do
unencrypted_file=$(get_unencrypted_filename "$unencrypted_file")
@@ -33,6 +31,4 @@ while IFS= read <&99 -r unencrypted_file; do
fi
done 99<"$BB_FILES"
IFS=$OLDIFS
echo '========== DONE.'