Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
isprogram
/
pyenv
mirror da
https://github.com/pyenv/pyenv.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Projects
0
Rilasci
241
Wiki
Attività
Sfoglia il codice sorgente
Prefer gawk over awk if both are available.
pull/360/head^2
Adam Harvey
12 anni fa
parent
f71e22768c
commit
808527b5d0
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
libexec/rbenv-help
+ 1
- 1
libexec/rbenv-help
Vedi File
@ -36,7 +36,7 @@ extract_initial_comment_block() {
}
collect_documentation() {
awk '
$(type -p g
awk
awk | head -1)
'
/^Summary:/ {
summary = substr($0, 10)
next
Scrivi
Anteprima
Caricamento…
Annulla
Salva