dbus/test/name-test run-test.sh,1.2,1.3
John Palmieri
johnp at kemper.freedesktop.org
Thu Aug 10 14:44:02 PDT 2006
Update of /cvs/dbus/dbus/test/name-test
In directory kemper:/tmp/cvs-serv29267/test/name-test
Modified Files:
run-test.sh
Log Message:
* tools/run-with-tmp-session-bus.sh:
* test/name-test/run-test.sh:
Remove bashisms (patch from Julio M. Merino Vidal
<jmmv at NetBSD dot org>)
Index: run-test.sh
===================================================================
RCS file: /cvs/dbus/dbus/test/name-test/run-test.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- run-test.sh 2 Mar 2006 22:24:28 -0000 1.2
+++ run-test.sh 10 Aug 2006 21:44:00 -0000 1.3
@@ -1,6 +1,6 @@
-#! /bin/bash
+#! /bin/sh
-function die()
+ie()
{
if ! test -z "$DBUS_SESSION_BUS_PID" ; then
echo "killing message bus "$DBUS_SESSION_BUS_PID >&2
More information about the dbus-commit
mailing list