From 654865ff22b4c06324e00a7840d2865d2edfbe08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org> Date: Wed, 28 Mar 2018 13:42:24 +0200 Subject: [PATCH] Kill tabs in run.in They should not have ended up there in the first place --- run.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.in b/run.in index 8919ea6..d0e5083 100755 --- a/run.in +++ b/run.in @@ -7,8 +7,8 @@ ABS_BUILDDIR='@ABS_BUILDDIR@' # Start up gsd, etc. if ! dbus-send --session --dest=org.freedesktop.DBus \ - --type=method_call --print-reply /org/freedesktop/DBus \ - org.freedesktop.DBus.ListNames \ + --type=method_call --print-reply /org/freedesktop/DBus \ + org.freedesktop.DBus.ListNames \ | grep -qs '[o]rg\.gnome.Mutter\.DisplayConfig'; then helpers/mutter-dbus-stub-mock.py & fi -- GitLab