mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 23:20:47 +00:00
Merge branch 'pypy-5.8' of github.com:Samureus/pyenv into pypy-5.8
This commit is contained in:
commit
1910e8667f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
||||||
* )
|
* )
|
||||||
{ echo
|
{ echo
|
||||||
colorize 1 "ERROR"
|
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
|
echo
|
||||||
} >&2
|
} >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue