From 1487135415d53d47fa8e6686ee34111b31b34c24 Mon Sep 17 00:00:00 2001 From: Phil Fernandez Date: Tue, 14 Jan 2020 10:07:05 -0800 Subject: [PATCH] fixes sed illegal byte sequence error (#1521) --- libexec/pyenv-help | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libexec/pyenv-help b/libexec/pyenv-help index eb991203..ef0ed8ec 100755 --- a/libexec/pyenv-help +++ b/libexec/pyenv-help @@ -27,6 +27,8 @@ command_path() { } extract_initial_comment_block() { + LC_CTYPE=C + LANG=C sed -ne " /^#/ !{ q