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-25 15:49:36 -08:00
committed by GitHub
parent 025eb1164c
commit 0ebb861bdf
+1 -1
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");