Update dbus-introspect.sh

This commit is contained in:
Ivan Malison 2018-03-14 22:26:33 -07:00
parent c8467158a2
commit 29f08425b7
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -5,4 +5,4 @@ dbus-send --session \
--type=method_call \ --type=method_call \
--print-reply \ --print-reply \
$2 \ $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//"