Prefer gawk over awk if both are available.
This commit is contained in:
parent
f71e22768c
commit
808527b5d0
@ -36,7 +36,7 @@ extract_initial_comment_block() {
|
||||
}
|
||||
|
||||
collect_documentation() {
|
||||
awk '
|
||||
$(type -p gawk awk | head -1) '
|
||||
/^Summary:/ {
|
||||
summary = substr($0, 10)
|
||||
next
|
||||
|
Loading…
x
Reference in New Issue
Block a user