mirror of
https://github.com/systemd/systemd.git
synced 2026-06-24 08:47:49 +00:00
We need promptvars, otherwise the prompt strings won't undergo parameter expansion and we'd print them literally: $ shopt -u promptvars $ echo foo $(__systemd_osc_context_ps0)foo Resolves: #40620