diff --git a/sh/core/code.awk b/sh/core/code.awk index cbbcf03..10ca584 100644 --- a/sh/core/code.awk +++ b/sh/core/code.awk @@ -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") {