Fixed wrong "-e" on md5 file status check (#10803)

The "-e" flag was not reset properly in the md5 status check
which could lead in some cases to removing output of flake check.
This commit is contained in:
Jarek Potiuk 2020-09-08 19:23:07 +02:00 коммит произвёл GitHub
Родитель 4f07463cf2
Коммит 71e1d09175
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -92,7 +92,7 @@ function md5sum::calculate_md5sum_for_all_files() {
FILES_MODIFIED="true"
fi
done
set +e
set -e
}
#