]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
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 982184a26a89702e3a133fe6b107a90d7b7f358a..c39999fb63ca6208e367906bf393ee3f29aaec31 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
 
 SCRIPTNAME=$0
 WRAPPED_SCRIPT=$1