diff options
-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/ \ |