summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-01 18:36:16 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-01 18:36:23 +0100
commit638a742a383f4207dcfa9d39498958f2f1ae02b1 (patch)
treed21293b9d906cc02775e798cf3607f14758ae62c
parent9972fabafb5af3eb4fb742a3324165beacb04f1d (diff)
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
-rwxr-xr-xtools/run-with-tmp-session-bus.sh2
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