From 5f7be1a1b8737ac7b3cbffbeedb9831c72ae8daf Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 18 Sep 2021 16:24:07 +0200 Subject: [PATCH] Replace use of which with type -p --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 02400782..cdd88168 100755 --- a/debian/rules +++ b/debian/rules @@ -129,7 +129,7 @@ else control_vars = '-Vdep:devlibs=libstdc++6-$(GCC_VERSION)-dev' endif -ifeq ($(shell which llvm-spirv),) +ifeq ($(shell type -p llvm-spirv),) LLVM_SPIRV_INSTALLED = no else LLVM_SPIRV_INSTALLED = yes