From 29f08425b7073f0c7c3ce63ba39e0d0264f099d5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 14 Mar 2018 22:26:33 -0700 Subject: [PATCH] Update dbus-introspect.sh --- dotfiles/lib/bin/dbus-introspect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/bin/dbus-introspect.sh b/dotfiles/lib/bin/dbus-introspect.sh index 7365d9d2..bba79534 100755 --- a/dotfiles/lib/bin/dbus-introspect.sh +++ b/dotfiles/lib/bin/dbus-introspect.sh @@ -5,4 +5,4 @@ dbus-send --session \ --type=method_call \ --print-reply \ $2 \ - org.freedesktop.DBus.Introspectable.Introspect | tail -n +2 | sed -e "s/^ *string//" | tr -d '\n' | unescape.py | xmllint --format - + org.freedesktop.DBus.Introspectable.Introspect | tail -n +2 | sed -e "s/^ *string//"