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 8b240f4 commit 1954399Copy full SHA for 1954399
Makefile
@@ -50,8 +50,8 @@ endif
50
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
54
- COMMAND := where
+ # This is a non-POSIX environment, so try Windows fallback logic
+ COMMAND!=`command -v`
55
endif
56
57
ifeq "$(MAKE)" ""
0 commit comments