parent
b2e965da92
commit
3ccfc82cf2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ BEGIN {
|
||||||
print m[1]
|
print m[1]
|
||||||
}
|
}
|
||||||
} else if (action == "variables") {
|
} else if (action == "variables") {
|
||||||
if (match($0, RE_CONSTANT, m)) {
|
if (match($0, RE_VARIABLE, m)) {
|
||||||
print m[1]
|
print m[1]
|
||||||
}
|
}
|
||||||
} else if (action == "aliases functions") {
|
} else if (action == "aliases functions") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue