소스 검색

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

... which is caused by `realpath.dylib` containing illegal UTF-8 byte sequence, and `LC_CTYPE` won't take effect if `LC_ALL` happens to be set to something other than `C`.

This commit fixes issue pyenv/pyenv#1454.

Ref: https://stackoverflow.com/a/23584470
pull/1814/head
Smiler Lee 5 년 전
committed by GitHub
부모
커밋
592271b86f
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      libexec/pyenv-help

+ 1
- 1
libexec/pyenv-help 파일 보기

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

불러오는 중...
취소
저장