remove dead code in CGREP script
This commit is contained in:
parent
df4ca44d3f
commit
d792e1f50a
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ while getopts ':vieh' OPTION; do
|
|||
case "$OPTION" in
|
||||
v)
|
||||
INVERT=1
|
||||
ERROR_MSG='should not be found'
|
||||
;;
|
||||
i)
|
||||
GREPFLAGS="i$GREPFLAGS"
|
||||
|
|
Loading…
Add table
Reference in a new issue