Replace /bin/bash with env call (#2409)

Fixes build on FreeBSD, which uses /usr/local/bin/bash,
and also is just a more idiomatic way to handle shells.
This commit is contained in:
aoife cassidy
2024-01-26 01:49:36 +02:00
committed by GitHub
parent 025eb1164c
commit 0ebb861bdf

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2023 LiveKit, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");