From: Alejandro Colomar Date: Tue, 10 May 2022 16:48:01 +0000 (+0200) Subject: grepc: Remove blank line between header and code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ace8285df3a192a411e3187204c9323cf6b3f5a;p=thirdparty%2Fman-pages.git grepc: Remove blank line between header and code Reported-by: наб Signed-off-by: Alejandro Colomar --- diff --git a/bin/grepc b/bin/grepc index b1b8b06a2..9f6f1ffbe 100755 --- a/bin/grepc +++ b/bin/grepc @@ -24,7 +24,7 @@ function grepc_helper() | xargs grep -lP "$2" \ | sort \ | xargs pcregrep -Mn "$3" /dev/null \ - | sed -E 's/^[^: ]+:[0-9]+:/\n\n&\n\n/'; + | sed -E 's/^[^: ]+:[0-9]+:/\n\n&\n/'; }