mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +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:
+1
-1
@@ -108,7 +108,7 @@ ifeq ($(ARCH),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH), native)
|
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
|
endif
|
||||||
|
|
||||||
# explicitly check for the list of supported architectures (as listed with make help),
|
# explicitly check for the list of supported architectures (as listed with make help),
|
||||||
|
|||||||
Reference in New Issue
Block a user