mirror of
https://github.com/systemd/systemd.git
synced 2026-06-30 19:57:29 +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
(cherry picked from commit 7d1b6b7b96)