mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
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:
committed by
Eldred Habert
parent
215e26b478
commit
1ffd7cb5bb
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export LC_ALL=C
|
||||
set -o pipefail
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Return failure as soon as a command fails to execute
|
||||
|
||||
|
||||
Reference in New Issue
Block a user