Skip to content
Snippets Groups Projects
Commit f30285e8 authored by Simon McVittie's avatar Simon McVittie
Browse files

common: dereference $dbus_socket correctly

Regression in e562c672 (D3663).

Bug: https://phabricator.apertis.org/T2215



Reviewed-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
Signed-off-by: default avatarSimon McVittie <simon.mcvittie@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D3764
parent fc41f401
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ ensure_dbus_session() {
local dbus_socket
dbus_socket="/run/user/$UID/bus"
if [[ ! -e {dbus_socket} ]]; then
if [[ ! -e "${dbus_socket}" ]]; then
cry "Could not find session bus..."
return 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment