From: Colin Walters Date: Thu, 24 Jul 2008 20:37:25 +0000 (-0400) Subject: Bug 16838: Use bash instead of sh to avoid breaking on Ubuntu X-Git-Tag: dbus-1.2.3~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=892c0a00539151dc449e80d1b0311a9e4ea69f79;p=thirdparty%2Fdbus.git Bug 16838: Use bash instead of sh to avoid breaking on Ubuntu --- diff --git a/tools/run-with-tmp-session-bus.sh b/tools/run-with-tmp-session-bus.sh index fb1aff59f..f95ee62e1 100755 --- a/tools/run-with-tmp-session-bus.sh +++ b/tools/run-with-tmp-session-bus.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash SCRIPTNAME=$0 WRAPPED_SCRIPT=$1