This commit is contained in:
Marc Beninca 2025-08-02 20:03:36 +02:00
parent 6e401a0867
commit fa0c8dc894
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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") {