Explorar el Código

fixes sed illegal byte sequence error (#1521)

pull/1409/head
Phil Fernandez hace 6 años
cometido por Josh Friend
padre
commit
1487135415
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      libexec/pyenv-help

+ 2
- 0
libexec/pyenv-help Ver fichero

@ -27,6 +27,8 @@ command_path() {
}
extract_initial_comment_block() {
LC_CTYPE=C
LANG=C
sed -ne "
/^#/ !{
q

Cargando…
Cancelar
Guardar