We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1954399 commit d376b9eCopy full SHA for d376b9e
Makefile
@@ -51,7 +51,7 @@ endif
51
# Check if POSIX touch command can be resolved by COMMAND in the runtime env
52
ifeq "$(notdir $(shell $(COMMAND) touch))" ""
53
# This is a non-POSIX environment, so try Windows fallback logic
54
- COMMAND!=`command -v`
+ COMMAND="which"
55
endif
56
57
ifeq "$(MAKE)" ""
0 commit comments