tests: use /usr/bin/env for bash.

This commit is contained in:
Charlotte
2023-08-12 11:59:39 +10:00
parent 860e3e4056
commit d130f7fca2
56 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
trap 'echo "ERROR in chparam.sh" >&2; exit 1' ERR