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