mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +08: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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user