1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 06:43:53 -05:00

Revert a fix for #101 to fix broken tests relating to PYENV_NATIVE_EXT

This commit is contained in:
Yamashita Yuu
2014-12-01 20:34:12 +09:00
parent f0e852553a
commit 5ca423c9f3
3 changed files with 0 additions and 12 deletions

View File

@@ -28,8 +28,6 @@ if [ -z "$READLINK" ]; then
exit 1
fi
unset GREP_OPTIONS
resolve_link() {
$READLINK "$1"
}