From: Simon McVittie Date: Wed, 1 Jun 2011 17:36:16 +0000 (+0100) Subject: Use #!/bin/sh for run-with-tmp-session-bus.sh X-Git-Tag: dbus-1.4.12~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=638a742a383f4207dcfa9d39498958f2f1ae02b1;p=thirdparty%2Fdbus.git Use #!/bin/sh for run-with-tmp-session-bus.sh It doesn't seem to have any bashisms, and bash isn't in /bin on *BSD. Suggested by Timothy Redaelli. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=35880 --- diff --git a/tools/run-with-tmp-session-bus.sh b/tools/run-with-tmp-session-bus.sh index 982184a26..c39999fb6 100755 --- a/tools/run-with-tmp-session-bus.sh +++ b/tools/run-with-tmp-session-bus.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh SCRIPTNAME=$0 WRAPPED_SCRIPT=$1