s/pypy/&2/ in error messages

This commit is contained in:
Yamashita, Yuu 2016-09-01 04:26:20 +00:00
parent d15140fea6
commit 15b336da84
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
{ echo
colorize 1 "ERROR"
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
echo "try 'pypy-5.3-src' to build from soruce."
echo "try 'pypy2-5.3-src' to build from soruce."
echo
} >&2
exit 1
@ -31,7 +31,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
{ echo
colorize 1 "ERROR"
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
echo "try 'pypy-5.3-src' to build from soruce."
echo "try 'pypy2-5.3-src' to build from soruce."
echo
} >&2
exit 1

View file

@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
{ echo
colorize 1 "ERROR"
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
echo "try 'pypy-5.3-src' to build from soruce."
echo "try 'pypy2-5.3.1-src' to build from soruce."
echo
} >&2
exit 1