mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-02-24 20:41:07 +03: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.