]> git.ipfire.org Git - thirdparty/man-pages.git/commit
src/bin/grepc: Use if/then/fi instead of &&
authorAlejandro Colomar <alx@kernel.org>
Sun, 2 Nov 2025 16:01:18 +0000 (17:01 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 2 Nov 2025 17:52:21 +0000 (18:52 +0100)
commitbbedf8d1c05186f8ca39dec48507898e551e3895
treec1c42d2e2513b068138f06b6ac3ba58dcd2f691d
parent2431d4831e85449fc3f7d87ab2f547a15c27e366
src/bin/grepc: Use if/then/fi instead of &&

It will allow using 'set -Eeuo pipefail' and trap(1) ERR.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/bin/grepc