Ver a proveniência

Merge pull request #982 from MartinNowak/issue759

partly resolve #759
pull/1133/head
Mislav Marohnić há 8 anos
committed by GitHub
ascendente
cometimento
5183e32887
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      libexec/rbenv-rehash

+ 1
- 1
libexec/rbenv-rehash Ver ficheiro

@ -16,7 +16,7 @@ mkdir -p "$SHIM_PATH"
# to stderr and exit with a non-zero status.
set -o noclobber
{ echo > "$PROTOTYPE_SHIM_PATH"
} 2>/dev/null ||
} 2>| /dev/null ||
{ if [ -w "$SHIM_PATH" ]; then
echo "rbenv: cannot rehash: $PROTOTYPE_SHIM_PATH exists"
else

Carregando…
Cancelar
Guardar