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
This commit is contained in:
Simon McVittie 2011-06-01 18:36:16 +01:00
parent 9972fabafb
commit 638a742a38

View file

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
SCRIPTNAME=$0
WRAPPED_SCRIPT=$1