1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05:00

fixes sed illegal byte sequence error (#1521)

This commit is contained in:
Phil Fernandez
2020-01-14 10:07:05 -08:00
committed by Josh Friend
parent a72ea0abca
commit 1487135415

View File

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