mirror of
https://github.com/ValveSoftware/Proton.git
synced 2026-05-13 03:00:37 -04:00
The second grep in sequence can exit early (-q, as soon as we have one
match it exits with a success) which makes the first grep unhappy as its
write pipe is closed early, resulting in:
syncing vulkan-loader... grep: write error: Broken pipe
Let's silence those errors.