summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-05-10 18:48:01 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-05-10 18:48:01 +0200
commit1046cdc35161fb7b9b07bd5f572704fd3d9b5243 (patch)
treee263c8ffbd21948e87421453d7d6d090d6cd2c5e /bin
parent25f9f082aa234c96290d3925b4d8a01c54ba1ed4 (diff)
grepc: Remove blank line between header and code
Reported-by: наб <nabijaczleweli@nabijaczleweli.xyz> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/grepc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/grepc b/bin/grepc
index b1b8b06..9f6f1ff 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/';
}