mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Fix some formatting
This commit is contained in:
parent
0ba2cec70e
commit
709ff7fba7
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
echo
|
echo
|
||||||
colorize 1 "WARNING"
|
colorize 1 "WARNING"
|
||||||
echo "This may eat your kittens/ affect timespace in alternate dimensions/"
|
echo ": This may eat your kittens/ affect timespace in alternate dimensions/"
|
||||||
echo "cause you to complain more. Nightly builds are meant for testing only."
|
echo "cause you to complain more. Nightly builds are meant for testing only."
|
||||||
echo "The PyPy team is interested in reports of what's already implemented, see:"
|
echo "The PyPy team is interested in reports of what's already implemented, see:"
|
||||||
echo
|
echo
|
||||||
|
@ -9,6 +9,7 @@ echo
|
||||||
echo "for the latest status updates. To report bugs/regressions, please see:"
|
echo "for the latest status updates. To report bugs/regressions, please see:"
|
||||||
echo
|
echo
|
||||||
echo "http://doc.pypy.org/en/latest/faq.html#how-should-i-report-a-bug"
|
echo "http://doc.pypy.org/en/latest/faq.html#how-should-i-report-a-bug"
|
||||||
|
echo
|
||||||
|
|
||||||
case "$(pypy_architecture 2>/dev/null || true)" in
|
case "$(pypy_architecture 2>/dev/null || true)" in
|
||||||
#"linux" )
|
#"linux" )
|
||||||
|
|
Loading…
Reference in a new issue