From b5ae6c6a4dab4e7643e3d005f2afd80a340f252f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 25 Oct 2013 09:56:22 -0400 Subject: [PATCH] Don't export GREP_OPTIONS; it can break build systems. --- options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options b/options index 35c91dd..d3b5e2f 100644 --- a/options +++ b/options @@ -1,7 +1,7 @@ #!/bin/bash # This works for all versions of grep. -export GREP_OPTIONS="--color=always" +GREP_OPTIONS="--color=always" # No stupid disclaimers. export WHOIS_OPTIONS="-H" -- 2.43.2