summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/grepc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/grepc b/bin/grepc
index 6c24765..3b5509e 100755
--- a/bin/grepc
+++ b/bin/grepc
@@ -135,7 +135,7 @@ grepc_find_files()
find $FILES -type f;
fi \
| grep -P -- "$ext" \
- | xargs grep -${iflag}lPI -- "$1\b";
+ | xargs grep -${iflag}lPI -- "$1";
}