mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 02:39:59 +00:00
Merge pull request #1261 from Baitinq/nix_fix
Makefile: Use path agnostic bash location
This commit is contained in:
commit
a772259cbd
2
Makefile
2
Makefile
@ -110,7 +110,7 @@ $(shell mkdir -p "$(initrd_lib_dir)" "$(initrd_bin_dir)")
|
||||
# proceed with the build.
|
||||
|
||||
# Force pipelines to fail if any of the commands in the pipe fail
|
||||
SHELL := /bin/bash
|
||||
SHELL := /usr/bin/env bash
|
||||
.SHELLFLAGS := -o pipefail -c
|
||||
|
||||
# Include the musl-cross module early so that $(CROSS) will
|
||||
|
Loading…
Reference in New Issue
Block a user