This commit is contained in:
mkchiliveri 2022-10-17 05:58:11 +05:30
Родитель 9761ca65b6
Коммит 745d9aa7c9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3,7 +3,7 @@
failed=0
SAVEIFS=$IFS
IFS=$'\n'
filesThatWereChanged=$(echo $(git diff origin/master --diff-filter=M --name-only))
filesThatWereChanged=$(git diff origin/master --diff-filter=M --name-only)
IFS=$SAVEIFS
for (( i=0; i<${#filesthatwerechanged[@]}; i++ ))
#Going over all the files that were changed in this PR