Przeglądaj źródła
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 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
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 |
|
|
|
|