Replace shebang with /usr/bin/env bash for improved portability (#6876)

Co-authored-by: Xingyao Wang <xingyao@all-hands.dev>
This commit is contained in:
Mateusz Kwiatkowski
2025-02-24 19:07:28 +01:00
committed by GitHub
parent 0217a7cfbd
commit 6562297615
39 changed files with 39 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eo pipefail
source "evaluation/utils/version_control.sh"