소스 검색

s/pypy/&2/ in error messages

pull/684/head
Yamashita, Yuu 10 년 전
부모
커밋
15b336da84
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -2
      plugins/python-build/share/python-build/pypy2-5.3
  2. +1
    -1
      plugins/python-build/share/python-build/pypy2-5.3.1

+ 2
- 2
plugins/python-build/share/python-build/pypy2-5.3 파일 보기

@ -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

+ 1
- 1
plugins/python-build/share/python-build/pypy2-5.3.1 파일 보기

@ -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

불러오는 중...
취소
저장