瀏覽代碼

fixes sed illegal byte sequence error (#1521)

pull/1409/head
Phil Fernandez 6 年之前
committed by Josh Friend
父節點
當前提交
1487135415
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      libexec/pyenv-help

+ 2
- 0
libexec/pyenv-help 查看文件

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

Loading…
取消
儲存