Ver a proveniência

fixes sed illegal byte sequence error (#1521)

pull/1409/head
Phil Fernandez há 6 anos
committed by Josh Friend
ascendente
cometimento
1487135415
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      libexec/pyenv-help

+ 2
- 0
libexec/pyenv-help Ver ficheiro

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

Carregando…
Cancelar
Guardar