Skip to content

Commit

Permalink
Fix grep flags
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-flexion committed Oct 18, 2019
1 parent 7c6f7d8 commit dc9f8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/regex-grep-negative
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ DEFAULT_CUST_OPS=""
# This will be replaced either with custom options
# or with the default options.

MY_CHECK="grep --color=always -LnHE \"__CUSTOM_OPT_PLACEHOLDER__\" \"\$1\" || true"
MY_CHECK="grep -iLE \"__CUSTOM_OPT_PLACEHOLDER__\" \"\$1\" || true"

# Can this check fix the problems?
ENABLE_FIX=0
Expand Down

0 comments on commit dc9f8da

Please sign in to comment.