Fix embarrassing typo in dbus
WHUPS THAT'D BE WHY SHIT'S FUCKED
This commit is contained in:
parent
58236232cc
commit
423a48c05e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user