diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-08-08 22:38:32 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-08-08 22:38:32 +0000 |
commit | 553bd863457b37223a8b489452707ab7e81d7db8 (patch) | |
tree | 989a412ac68be6a168740b7d1ea592681559b59e /tools | |
parent | a4e5b74ce577692b14896155ee3a0ef8ff701642 (diff) |
* tools/run-with-tmp-session-bus.sh: use #!/bin/sh instead of
#!/bin/bash
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 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 |