Robert Koller 126a8f9069 fix: escape WORKDIR and LOG_FILE in bash -c invocations
Paths containing single quotes would break the generated bash -c
script. Use printf '%q' to safely escape both variables, matching
the existing PROMPT escaping approach.
2026-03-16 05:08:27 +00:00
..