This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
fixes sed illegal byte sequence error (
#1521
)
pull/1409/head
Phil Fernandez
6 years ago
committed by
Josh Friend
parent
a72ea0abca
commit
1487135415
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save