mirror of
https://github.com/systemd/systemd.git
synced 2026-08-10 17:14:31 +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