]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
bin/grepc: srcfix (Add missing variable definition)
authorAlejandro Colomar <alx@kernel.org>
Sat, 4 Nov 2023 20:04:32 +0000 (21:04 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 20:29:19 +0000 (21:29 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
bin/grepc

index 2cbe33e1a714deaba1fb82be0c7010e3e577f88f..f403092d0e4ce001a3d454847399fef79667539c 100755 (executable)
--- a/bin/grepc
+++ b/bin/grepc
@@ -2,6 +2,7 @@
 
 
 # Defaults:
+c='no';
 i='';
 l='';
 k='no';