bash: clarfiy what 80-systemd-osc-context.sh is about in the spec

(cherry picked from commit 18d90c1628)
This commit is contained in:
Lennart Poettering
2025-12-18 10:12:34 +01:00
committed by Luca Boccassi
parent 36dd990ee2
commit f6dcbc0828

View File

@@ -10,6 +10,10 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# This implements the UAPI.15 "OSC 3008: Hierarchical Context Signalling"
# specification for the shell prompt. For details see:
# https://uapi-group.org/specifications/specs/osc_context/
# Not bash?
[ -n "${BASH_VERSION:-}" ] || return 0