* tools/run-with-tmp-session-bus.sh: use #!/bin/sh instead of

#!/bin/bash
This commit is contained in:
John (J5) Palmieri 2006-08-08 22:38:32 +00:00
parent a4e5b74ce5
commit 553bd86345

View file

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
SCRIPTNAME=$0
WRAPPED_SCRIPT=$1