mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 07:18:03 +02:00
tools/ci-{build,install}.sh: Use a portable interpreter argument
FreeBSD has bash installed as /usr/local/bin/bash, so hardcoding /bin/bash does not work. Instead use the portable replacement using env which will find bash in $PATH.
This commit is contained in:
parent
17db7f268a
commit
295912045e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright © 2015-2016 Collabora Ltd.
|
||||
# Copyright © 2020 Ralf Habacker <ralf.habacker@freenet.de>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright © 2015-2016 Collabora Ltd.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue