From 65fc610a6840258422809fc72f9b22dc34b56504 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 12 Sep 2011 18:02:41 +0100 Subject: with-session-bus.sh: retain newline when forking dbus-monitor --- tests/twisted/tools/with-session-bus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/twisted/tools/with-session-bus.sh b/tests/twisted/tools/with-session-bus.sh index 987b9cde..320c8e9a 100644 --- a/tests/twisted/tools/with-session-bus.sh +++ b/tests/twisted/tools/with-session-bus.sh @@ -71,7 +71,7 @@ DBUS_SESSION_BUS_ADDRESS="`cat $me-$$.address`" export DBUS_SESSION_BUS_ADDRESS if [ -n "$WITH_SESSION_BUS_FORK_DBUS_MONITOR" ] ; then - echo -n "Forking dbus-monitor $WITH_SESSION_BUS_FORK_DBUS_MONITOR_OPT" >&2 + echo "Forking dbus-monitor $WITH_SESSION_BUS_FORK_DBUS_MONITOR_OPT" >&2 dbus-monitor $WITH_SESSION_BUS_FORK_DBUS_MONITOR_OPT \ > $me-$$.dbus-monitor-logs 2>&1 & fi -- cgit v1.2.3