Make tests work on NixOS

Some distributions, such as NixOS and Guix, only have the /bin/sh and
/usr/bin/env binaries in standard locations.
This commit is contained in:
Jakub Kądziołka
2021-04-16 16:28:11 +02:00
committed by Eldred Habert
parent 215e26b478
commit 1ffd7cb5bb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
export LC_ALL=C
set -o pipefail

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Return failure as soon as a command fails to execute