From bfb907e50c62229a6ae698766bae5691f4a30f55 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 4 Nov 2023 21:04:32 +0100 Subject: [PATCH] bin/grepc: srcfix (Add missing variable definition) Signed-off-by: Alejandro Colomar --- bin/grepc | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/grepc b/bin/grepc index 2cbe33e1a..f403092d0 100755 --- a/bin/grepc +++ b/bin/grepc @@ -2,6 +2,7 @@ # Defaults: +c='no'; i=''; l=''; k='no'; -- 2.47.3