mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
dbus: update to 1.13.12
Ran scripts through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user