]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Explicitly invoke shell
[stockfish] / src / Makefile
index 1b03bbc2b0ac1c26237830dc2a510743bb5babb7..95f0fe9a577f7940d103b87633704fccfe041b0e 100644 (file)
@@ -108,7 +108,7 @@ ifeq ($(ARCH),)
 endif
 
 ifeq ($(ARCH), native)
-   override ARCH = $(shell ../scripts/get_native_properties.sh | cut -d " " -f 1)
+   override ARCH = $(shell $(SHELL) ../scripts/get_native_properties.sh | cut -d " " -f 1)
 endif
 
 # explicitly check for the list of supported architectures (as listed with make help),