Merge branch 'pypy-5.8' of github.com:Samureus/pyenv into pypy-5.8

This commit is contained in:
Samuel Villamonte 2017-06-10 15:33:55 -05:00
commit 1910e8667f

View file

@ -5,7 +5,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
echo ": Portable PyPy3 is not available for $(pypy_architecture 2>/dev/null || true)."
echo
} >&2
exit 1