Selaa lähdekoodia

Fix 'sed: RE error: illegal byte sequence' (#1714)

... by unsetting `LC_ALL` and passing `LC_CTYPE=C` to `sed`.

This commit fixes issue #1454.
pull/1826/head
tuzi3040 5 vuotta sitten
committed by GitHub
vanhempi
commit
d51999adf5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      libexec/pyenv-help

+ 2
- 2
libexec/pyenv-help Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna