* tools/run-with-tmp-session-bus.sh: fixed script to replace the

<standard_session_servicedirs> tag with a <sevicedir> tag that
  points to the test service directory
This commit is contained in:
John (J5) Palmieri 2006-11-02 19:28:11 +00:00
parent 22623192ba
commit b7bb0d6a43

View file

@ -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/<servicedir>.*$/<servicedir>'$ESCAPED_SERVICE_DIR'<\/servicedir>/g' | \
sed -e 's/<standard_session_servicedirs.*$/<servicedir>'$ESCAPED_SERVICE_DIR'<\/servicedir>/g' | \
sed -e 's/<include.*$//g' \
> $CONFIG_FILE