blob: 8ab71562080e0479df7160a31a75287a44556a1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- plugins/binary-template/Makefile.orig 2022-04-25 10:32:52 UTC
+++ plugins/binary-template/Makefile
@@ -49,7 +49,7 @@ ifeq ($(BUSTED),)
endif
ifeq ($(BUSTED),)
- X := $(error Neither busted or busted.bat found in PATH)
+ BUSTED := @echo busted not found in PATH, skipping checks ; true
endif
endif
|