mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-18 02:30:31 +01:00
Bug 16838: Use bash instead of sh to avoid breaking on Ubuntu
This commit is contained in:
parent
d86df0220e
commit
892c0a0053
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
|
||||
SCRIPTNAME=$0
|
||||
WRAPPED_SCRIPT=$1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue