Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 74583db

Browse files
committedDec 24, 2023
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

Lines changed: 0 additions & 1 deletion
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)
Please sign in to comment.