mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 23:03:53 -05:00
Unset GREP_OPTIONS to avoid unexpected grep behavior (fixes #101)
This commit is contained in:
@@ -18,6 +18,8 @@ if [ -z "$READLINK" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
unset GREP_OPTIONS
|
||||
|
||||
resolve_link() {
|
||||
$READLINK "$1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user