From d80b61f490de04e388f2af1e5909b30373691c8a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 8 Jul 2025 20:43:24 +0200 Subject: [PATCH] fix --- sh/code.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {