You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/01 23:48:00 UTC

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

    [ https://issues.apache.org/jira/browse/CASSANDRA-14487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16498720#comment-16498720 ] 

ASF GitHub Bot commented on CASSANDRA-14487:
--------------------------------------------

GitHub user joaquincasares opened a pull request:

    https://github.com/apache/cassandra/pull/229

    CASSANDRA-14487 unset GREP_OPTIONS

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/joaquincasares/cassandra CASSANDRA-14487

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cassandra/pull/229.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #229
    
----
commit ab86727f3eb91736bc74b92befd576b7e0213462
Author: Joaquin Casares <jo...@...>
Date:   2018-06-01T23:47:32Z

    CASSANDRA-14487 unset GREP_OPTIONS

----


> Unset GREP_OPTIONS
> ------------------
>
>                 Key: CASSANDRA-14487
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14487
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Joaquin Casares
>            Assignee: Joaquin Casares
>            Priority: Major
>
> 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
(v7.6.3#76005)

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