瀏覽代碼

Merge pull request #959 from zenspider/fix-dash-u

Fixed `rbenv init -` output to work w/ no args and bash's `set -u`.
pull/1133/head
Mislav Marohnić 8 年之前
committed by GitHub
父節點
當前提交
eab68688dc
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init 查看文件

@ -138,7 +138,7 @@ esac
if [ "$shell" != "fish" ]; then
IFS="|"
cat <<EOS
command="\$1"
command="\${1:-}"
if [ "\$#" -gt 0 ]; then
shift
fi

Loading…
取消
儲存