Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
isprogram
/
pyenv
espelhamento de
https://github.com/pyenv/pyenv.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Projects
0
Versões
241
Wiki
Atividade
Ver código fonte
Merge pull request
#581
from LawnGnome/solaris-gawk
Prefer gawk over awk if both are available. Fixes rbenv-help on Solaris 11.1
pull/360/head^2
Mislav Marohnić
12 anos atrás
pai
f71e22768c
808527b5d0
commit
fe0b2436b8
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
libexec/rbenv-help
+ 1
- 1
libexec/rbenv-help
Ver arquivo
@ -36,7 +36,7 @@ extract_initial_comment_block() {
}
collect_documentation() {
awk '
$(type -p g
awk
awk | head -1)
'
/^Summary:/ {
summary = substr($0, 10)
next
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar