Explicitly invoke shell

in some cases the permission on the script might be incorrect (zip downloads?).
Explicitly invoke the shell

closes https://github.com/official-stockfish/Stockfish/pull/4803

No functional change
This commit is contained in:
Joost VandeVondele
2023-09-23 23:26:29 +02:00
parent 70ba9de85c
commit 22cdb6c1ea

View 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),