mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 23:10:22 +00:00
Fix /bin/bash -> /usr/bin/env bash (#2448)
* Fix /bin/bash -> /usr/bin/env bash * Add curl to docker container
This commit is contained in:
parent
b0c713b2bc
commit
dfe232533f
4 changed files with 4 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
MAKEFLAGS += --no-builtin-rules
|
||||
|
||||
# Ensure the build fails if a piped command fails
|
||||
SHELL = /bin/bash
|
||||
SHELL = /usr/bin/env bash
|
||||
.SHELLFLAGS = -o pipefail -c
|
||||
|
||||
#### Build options ####
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue