[clean] Restore IFS for 'blackbox_postdeploy'
This commit is contained in:
@@ -26,6 +26,8 @@ fi
|
|||||||
change_to_vcs_root
|
change_to_vcs_root
|
||||||
prepare_keychain
|
prepare_keychain
|
||||||
|
|
||||||
|
OLDIFS=$IFS
|
||||||
|
|
||||||
# Decrypt:
|
# Decrypt:
|
||||||
echo '========== Decrypting new/changed files: START'
|
echo '========== Decrypting new/changed files: START'
|
||||||
while IFS= read <&99 -r unencrypted_file; do
|
while IFS= read <&99 -r unencrypted_file; do
|
||||||
@@ -36,4 +38,7 @@ while IFS= read <&99 -r unencrypted_file; do
|
|||||||
chgrp "$FILE_GROUP" "$unencrypted_file"
|
chgrp "$FILE_GROUP" "$unencrypted_file"
|
||||||
fi
|
fi
|
||||||
done 99<"$BB_FILES"
|
done 99<"$BB_FILES"
|
||||||
|
|
||||||
|
IFS=$OLDIFS
|
||||||
|
|
||||||
echo '========== Decrypting new/changed files: DONE'
|
echo '========== Decrypting new/changed files: DONE'
|
||||||
|
|||||||
Reference in New Issue
Block a user