Fix embarrassing typo in dbus

WHUPS
THAT'D BE WHY SHIT'S FUCKED
This commit is contained in:
Salt 2020-07-21 12:16:16 -05:00
parent 58236232cc
commit 423a48c05e

View File

@ -171,7 +171,7 @@ step_preexecute() {
[ -z "$DBUS_SESSION_BUS_ADDRESS" ] && \
has dbus-launch; then
# We have dbus but haven't started it yet
eval "$(dbus-laucnh --exit-with-session --sh-syntax)"
eval "$(dbus-launch --exit-with-session --sh-syntax)"
_hasdbus=1
else
warn "Did not start dbus; some applications may misbehave"