1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00

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