diff options
| author | 2026-04-21 01:23:46 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:46 +0100 | |
| commit | fd21a19f360aa8368305228610d556e55f4a482b (patch) | |
| tree | 784f63a35aa5533473a093adcfcbe5ab08a72793 /private_dot_gnupg | |
| parent | 372b8b27a64179602a8c81fe9d12931ebb5b8cef (diff) | |
| download | dotfiles-fd21a19f360aa8368305228610d556e55f4a482b.tar.gz dotfiles-fd21a19f360aa8368305228610d556e55f4a482b.tar.bz2 dotfiles-fd21a19f360aa8368305228610d556e55f4a482b.zip | |
fix(etc-drift): tolerate no-match grep and whitespace-separated MODIFIED
- grep exits 1 when pattern has no matches; under pipefail that killed
the recipe. Wrap both pipelines in `{ ...; } || true`.
- pacman -Qii can separate MODIFIED from the path with spaces or a tab
depending on formatting; use \s+ instead of \t.
Diffstat (limited to 'private_dot_gnupg')
0 files changed, 0 insertions, 0 deletions
