From: Alejandro Colomar Date: Wed, 29 Oct 2025 20:39:01 +0000 (+0100) Subject: src/bin/grepc: Handle errors X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86391c7aa5db1f4b6c5fe3cac3f0923a92eb1661;p=thirdparty%2Fman-pages.git src/bin/grepc: Handle errors Signed-off-by: Alejandro Colomar --- diff --git a/src/bin/grepc b/src/bin/grepc index dea993a75..06766117d 100755 --- a/src/bin/grepc +++ b/src/bin/grepc @@ -1,5 +1,7 @@ #!/bin/bash +set -uo pipefail; + # Defaults: A='';