You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jon Haddad (Jira)" <ji...@apache.org> on 2020/02/21 01:18:00 UTC

[jira] [Updated] (CASSANDRA-14487) Unset GREP_OPTIONS

     [ https://issues.apache.org/jira/browse/CASSANDRA-14487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jon Haddad updated CASSANDRA-14487:
-----------------------------------
    Status: Ready to Commit  (was: Review In Progress)

> Unset GREP_OPTIONS
> ------------------
>
>                 Key: CASSANDRA-14487
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14487
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Packaging
>            Reporter: Joaquin Casares
>            Assignee: Joaquin Casares
>            Priority: Normal
>
> I have always had GREP_OPTIONS set to \{{–color=always}}.
> Recently, on OS X, this bit me here:
> * [https://github.com/apache/cassandra/blob/069e383f57e3106bbe2e6ddcebeae77da1ea53e1/conf/cassandra-env.sh#L132]
> Because GREP_OPTIONS is also deprecated, it's suggested you use the following format instead:
> {NOFORMAT}
> alias grep="grep --color=always"
> {NOFORMAT}
> We have two paths forward:
> * {{unset GREP_OPTIONS}}
> * Force the affected line to be {{grep --color=never}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org