Fix: Prevent script exit in while-read loop

This commit is contained in:
Bishoy Ehab
2025-10-17 14:48:16 +03:00
parent b307b4ed95
commit 4d20de926c
+1 -1
View File
@@ -913,7 +913,7 @@ if [[ "$process_files" == true ]]; then
fi
((files_created++))
fi
done < <(get_changed_files "$repo_dir_path")
done < <(get_changed_files "$repo_dir_path") || true
done
echo