new
This commit is contained in:
parent
6e401a0867
commit
fa0c8dc894
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
# functions
|
||||
|
||||
function alias_eval(alias, name, type) {
|
||||
text = alias "() { "
|
||||
function alias_eval(new, name, type) {
|
||||
text = new "() { "
|
||||
if (type == "function") {
|
||||
text = text name " \"${@}\""
|
||||
} else if (type == "variable") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue