1
0
Fork 0
No description
Find a file
Enno Tensing 13ab593a59
generate: container: Fix printf call in Environment.create
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>
2025-07-26 21:39:28 +02:00
generate generate: container: Fix printf call in Environment.create 2025-07-26 21:39:28 +02:00
LICENSES reuse: Add reuse information 2025-07-26 19:04:27 +02:00
.gitignore meta: Initial commit 2025-07-22 12:56:39 +02:00
containerctl reuse: Add reuse information 2025-07-26 19:04:27 +02:00
example.container example.container: Add container example configuration 2025-07-22 12:57:26 +02:00
LICENSE reuse: Add LICENSE symlink for tools that expect it 2025-07-26 19:06:00 +02:00
Makefile make: Add makefile to support install 2025-07-26 19:26:21 +02:00
REUSE.toml make: Add makefile to support install 2025-07-26 19:26:21 +02:00
ruff.toml meta: Initial commit 2025-07-22 12:56:39 +02:00