mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01: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.
|
||
|---|---|---|
| .. | ||
| rules-autoconf.mk | ||
| rules-cargo.mk | ||
| rules-cmake.mk | ||
| rules-common.mk | ||
| rules-configure.mk | ||
| rules-meson.mk | ||
| rules-source.mk | ||
| rules-winemaker.mk | ||
| utility.mk | ||