mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
fixes sed illegal byte sequence error (#1521)
This commit is contained in:
parent
a72ea0abca
commit
1487135415
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ command_path() {
|
|||
}
|
||||
|
||||
extract_initial_comment_block() {
|
||||
LC_CTYPE=C
|
||||
LANG=C
|
||||
sed -ne "
|
||||
/^#/ !{
|
||||
q
|
||||
|
|
Loading…
Reference in a new issue