dbus: update to 1.13.12

Ran scripts through shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-04-18 01:42:03 -07:00
parent 030cc5570c
commit c73fd179e4
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
# the dbus-lauch without x.
if [ -f /usr/bin/dbus-launch-x ]; then
exec /usr/bin/dbus-launch-x $@
exec /usr/bin/dbus-launch-x "$@"
else
exec /usr/bin/dbus-launch.real $@
exec /usr/bin/dbus-launch.real "$@"
fi