From 892c0a00539151dc449e80d1b0311a9e4ea69f79 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 24 Jul 2008 16:37:25 -0400 Subject: Bug 16838: Use bash instead of sh to avoid breaking on Ubuntu --- tools/run-with-tmp-session-bus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run-with-tmp-session-bus.sh b/tools/run-with-tmp-session-bus.sh index fb1aff59..f95ee62e 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 -- cgit