This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
Prefer gawk over awk if both are available.
pull/360/head^2
Adam Harvey
12 years ago
parent
f71e22768c
commit
808527b5d0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libexec/rbenv-help
+ 1
- 1
libexec/rbenv-help
View 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
Write
Preview
Loading…
Cancel
Save