diff --git a/firestarter b/firestarter index 78e76de..1e1968d 100755 --- a/firestarter +++ b/firestarter @@ -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"