On Tue, Feb 17, 2026 at 8:07 AM Joe Lawrence <[email protected]> wrote: > > Provide a custom grep() function to catch direct usage of the command. > Bare grep calls are generally incompatible with pipefail and > errexit behavior (where a failed match causes the script to exit). > > Developers can still call grep via command grep if that behavior is > explicitly desired. > > Signed-off-by: Joe Lawrence <[email protected]>
Acked-by: Song Liu <[email protected]>
