aliases functions
This commit is contained in:
parent
3e07b468d1
commit
6130f15fec
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ BEGIN {
|
|||
}
|
||||
|
||||
{
|
||||
if (action == "alias") {
|
||||
if (action == "aliases functions") {
|
||||
if (match($0, RE_ALIAS, m)) {
|
||||
append(m[1])
|
||||
} else if (match($0, RE_FUNCTION, m)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue