fix
All checks were successful
/ job (push) Successful in 3m3s

This commit is contained in:
Marc Beninca 2025-07-08 20:43:24 +02:00
parent faeda4feb9
commit d80b61f490
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -6,7 +6,7 @@ function append(line) {
}
function eval(alias, target) {
print alias "() { " target " \"\\${@}\"; }"
print alias "() { " target " \"${@}\"; }"
}
function output(name, type) {