Fix overzealous search and replace when copying from grepconf.sh
This commit is contained in:
parent
14106e0b0e
commit
39cea92bca
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
case "$1" in
|
||||
-c | --interactive-color)
|
||||
! diff -qsi "^COLOR.*none" /etc/DIFF_COLORS
|
||||
! grep -qsi "^COLOR.*none" /etc/DIFF_COLORS
|
||||
;;
|
||||
*)
|
||||
echo >&2 "Invalid / no option passed, so far only -c | --interactive-color is supported."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue