diff options
author | Daniel Hill <daniel@gluo.nz> | 2022-08-06 12:09:13 +1200 |
---|---|---|
committer | Daniel Hill <daniel@gluo.nz> | 2022-09-04 15:28:11 +1200 |
commit | 1a49de478f852ed21a9686a8b0a27d9bb644adb0 (patch) | |
tree | 92229995565eb486d1390276050ae79b57a607a2 | |
parent | b781f3dd87ec22713c2ae7376a1a6a7e08156dcc (diff) |
arch um: Increase NixOS compatibility
Signed-off-by: Daniel Hill <daniel@gluo.nz>
-rw-r--r-- | arch/um/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile index f2fe63bfd819..e2fd29b45187 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile @@ -21,7 +21,7 @@ ARCH_DIR := arch/um OS := $(shell uname -s) # We require bash because the vmlinux link and loader script cpp use bash # features. -SHELL := /bin/bash +SHELL := /usr/bin/env bash core-y += $(ARCH_DIR)/kernel/ \ $(ARCH_DIR)/drivers/ \ |