Merge pull request #1030 from hyperupcall/fix-reset-env

fix: No longer pollute env with `GREP_OPTIONS`
This commit is contained in:
hemanth.hm 2023-02-01 16:29:54 -08:00 committed by GitHub
commit 9c3343d1ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
# reset environment variables that could interfere with normal usage
export GREP_OPTIONS=
unset -v GREP_OPTIONS