mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
26fff0c0a1
- Remove obsolete USE_REINPLACE. Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> [1]
16 lines
359 B
Bash
16 lines
359 B
Bash
--- tools/run-with-tmp-session-bus.sh.orig Fri Mar 18 02:48:29 2005
|
|
+++ tools/run-with-tmp-session-bus.sh Tue Apr 4 20:40:12 2006
|
|
@@ -1,10 +1,10 @@
|
|
-#! /bin/bash
|
|
+#! /bin/sh
|
|
|
|
SCRIPTNAME=$0
|
|
WRAPPED_SCRIPT=$1
|
|
shift
|
|
|
|
-function die()
|
|
+die()
|
|
{
|
|
if ! test -z "$DBUS_SESSION_BUS_PID" ; then
|
|
echo "killing message bus "$DBUS_SESSION_BUS_PID >&2
|