1
0
Fork 0
containerctl/generate
Enno Tensing 76bdf6dab6
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:34:36 +02:00
..
container.py generate: container: Fix printf call in Environment.create 2025-07-26 21:34:36 +02:00
generate.py reuse: Add reuse information 2025-07-26 19:04:27 +02:00
log.py reuse: Add reuse information 2025-07-26 19:04:27 +02:00