Browse Source

fixes sed illegal byte sequence error (#1521)

pull/1409/head
Phil Fernandez 6 years ago
committed by Josh Friend
parent
commit
1487135415
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libexec/pyenv-help

+ 2
- 0
libexec/pyenv-help View File

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

Loading…
Cancel
Save