summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-08 22:38:32 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-08 22:38:32 +0000
commit553bd863457b37223a8b489452707ab7e81d7db8 (patch)
tree989a412ac68be6a168740b7d1ea592681559b59e /tools
parenta4e5b74ce577692b14896155ee3a0ef8ff701642 (diff)
* tools/run-with-tmp-session-bus.sh: use #!/bin/sh instead of
#!/bin/bash
Diffstat (limited to 'tools')
-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 ce077d72..07cbb501 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