Skip to content

Commit 74583db

Browse files
committed
remove dead code in CGREP script
1 parent cb6d033 commit 74583db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/etc/cat-and-grep.sh

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ while getopts ':vieh' OPTION; do
3333
case "$OPTION" in
3434
v)
3535
INVERT=1
36-
ERROR_MSG='should not be found'
3736
;;
3837
i)
3938
GREPFLAGS="i$GREPFLAGS"

0 commit comments

Comments
 (0)