diff --git a/sh/code.awk b/sh/code.awk index dacbdc2..26f3cfc 100644 --- a/sh/code.awk +++ b/sh/code.awk @@ -6,7 +6,7 @@ function append(line) { } function eval(alias, target) { - print alias "() { " target " \"\\${@}\"; }" + print alias "() { " target " \"${@}\"; }" } function output(name, type) {