From fca5ad55d292f8e481406123d0e95b3c85d39733 Mon Sep 17 00:00:00 2001 From: Jani Partanen Date: Thu, 30 Sep 2021 23:51:37 +0300 Subject: prereq-build: fix `which` detection on Fedora Fix Fedora 34/35 issue where 'which' detection of 'which' wasn't working because Fedora use alias and proc Signed-off-by: Jani Partanen [fix commit subject and message] Signed-off-by: Paul Spooren --- include/prereq-build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 9242407b18..750d334716 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -186,7 +186,7 @@ $(eval $(call SetupHostCommand,rsync,Please install 'rsync', \ rsync --version