Parcourir la source

fixes sed illegal byte sequence error (#1521)

pull/1409/head
Phil Fernandez il y a 6 ans
committed by Josh Friend
Parent
révision
1487135415
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      libexec/pyenv-help

+ 2
- 0
libexec/pyenv-help Voir le fichier

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

Chargement…
Annuler
Enregistrer