diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-01 18:36:16 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-01 18:36:23 +0100 |
commit | 638a742a383f4207dcfa9d39498958f2f1ae02b1 (patch) | |
tree | d21293b9d906cc02775e798cf3607f14758ae62c /tools | |
parent | 9972fabafb5af3eb4fb742a3324165beacb04f1d (diff) | |
download | dbus-638a742a383f4207dcfa9d39498958f2f1ae02b1.tar.gz |
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
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run-with-tmp-session-bus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-with-tmp-session-bus.sh b/tools/run-with-tmp-session-bus.sh index 982184a2..c39999fb 100755 --- a/tools/run-with-tmp-session-bus.sh +++ b/tools/run-with-tmp-session-bus.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh SCRIPTNAME=$0 WRAPPED_SCRIPT=$1 |