Fixed error message, PyPy3
This commit is contained in:
parent
3314420f2e
commit
7a6cbbcd08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user