summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-04 21:04:32 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-05 03:14:06 +0100
commite1c311881d70fcb6e91b9f3b192ccea6f118aa12 (patch)
tree1f61278fbe258cee7d2fa9e448a96664fc7aa574
parenta82394004841f04b646f392eea2faeb7e06fce2a (diff)
bin/grepc: srcfix (Add missing variable definition)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rwxr-xr-xbin/grepc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/grepc b/bin/grepc
index 2cbe33e..f403092 100755
--- a/bin/grepc
+++ b/bin/grepc
@@ -2,6 +2,7 @@
# Defaults:
+c='no';
i='';
l='';
k='no';