From b7bb0d6a43b2824553c6400322ecb774fd329fcf Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 2 Nov 2006 19:28:11 +0000 Subject: * tools/run-with-tmp-session-bus.sh: fixed script to replace the tag with a tag that points to the test service directory --- tools/run-with-tmp-session-bus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/run-with-tmp-session-bus.sh b/tools/run-with-tmp-session-bus.sh index 3ef3b39e..c04e2385 100755 --- a/tools/run-with-tmp-session-bus.sh +++ b/tools/run-with-tmp-session-bus.sh @@ -28,7 +28,7 @@ echo "escaped service dir is: $ESCAPED_SERVICE_DIR" >&2 ## create a configuration file based on the standard session.conf cat $DBUS_TOP_BUILDDIR/bus/session.conf | \ - sed -e 's/.*$/'$ESCAPED_SERVICE_DIR'<\/servicedir>/g' | \ + sed -e 's/'$ESCAPED_SERVICE_DIR'<\/servicedir>/g' | \ sed -e 's/ $CONFIG_FILE -- cgit