No description
When creating the env-vars printf is called with arguments in single quotes to prevent variable and sub-shell expansions. However, only one single quote was passed as an argument to printf, but two format specifiers are present in the escpaed string. Fix this by adding another \"'\" to the variable cmd. Signed-off-by: Enno Tensing <tenno@suij.in> |
||
---|---|---|
generate | ||
LICENSES | ||
.gitignore | ||
containerctl | ||
example.container | ||
LICENSE | ||
Makefile | ||
REUSE.toml | ||
ruff.toml |