Sfoglia il codice sorgente

Fixed error message, PyPy3

pull/932/head
Samuel Villamonte 9 anni fa
committed by GitHub
parent
commit
7a6cbbcd08
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      plugins/python-build/share/python-build/pypy3.5-portable-5.8.0

+ 1
- 1
plugins/python-build/share/python-build/pypy3.5-portable-5.8.0 Vedi File

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

Caricamento…
Annulla
Salva