Skip to content

Commit d376b9e

Browse files
[PATCH] Also Broken, just a test.
1 parent 1954399 commit d376b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ endif
5151
# Check if POSIX touch command can be resolved by COMMAND in the runtime env
5252
ifeq "$(notdir $(shell $(COMMAND) touch))" ""
5353
# This is a non-POSIX environment, so try Windows fallback logic
54-
COMMAND!=`command -v`
54+
COMMAND="which"
5555
endif
5656

5757
ifeq "$(MAKE)" ""

0 commit comments

Comments
 (0)