diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-09-12 18:02:41 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-09-13 12:33:36 +0100 |
commit | 65fc610a6840258422809fc72f9b22dc34b56504 (patch) | |
tree | 122e4c13935320ab977d52f2b3083bccf27b2dae /tests | |
parent | edfd9b291e81bb935054c5ab7102a1b2120d0333 (diff) |
with-session-bus.sh: retain newline when forking dbus-monitor
Diffstat (limited to 'tests')
-rw-r--r-- | tests/twisted/tools/with-session-bus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |