Skip to content

Commit

Permalink
helper/reset-env: helper to prevent GREP_OPTIONS from causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
somasis committed Apr 8, 2015
1 parent 23c270b commit 3365013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BINS = $(wildcard bin/git-*)
MANS = $(wildcard man/git-*.md)
MAN_HTML = $(MANS:.md=.html)
MAN_PAGES = $(MANS:.md=.1)
LIB = "helper/git-extra-utility"
LIB = "helper/reset-env" "helper/git-extra-utility"

COMMANDS_USED_WITHOUT_GIT_REPO = git-alias git-extras git-fork git-setup
COMMANDS_USED_WITH_GIT_REPO = $(filter-out $(COMMANDS_USED_WITHOUT_GIT_REPO), \
Expand Down
2 changes: 2 additions & 0 deletions helper/reset-env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# reset environment variables that could interfere with normal usage
export GREP_OPTIONS=

0 comments on commit 3365013

Please sign in to comment.