fix shebang in various bash scripts (#910)

This commit is contained in:
Thomas Steen Rasmussen
2024-03-25 14:55:20 +01:00
committed by GitHub
parent 0c05f4cdc4
commit c40fa180c1
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This runs browser tests with the server started using docker, to
# catch any configuration problems.