Use #!/bin/sh for run-with-tmp-session-bus.sh
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 1 Jun 2011 17:36:16 +0000 (18:36 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 1 Jun 2011 17:36:23 +0000 (18:36 +0100)
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

tools/run-with-tmp-session-bus.sh

index 982184a..c39999f 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
 
 SCRIPTNAME=$0
 WRAPPED_SCRIPT=$1