فهرست منبع

20171025 test/Makefile.in (Upps: fetch ... -> %%FETCH_CMD%%)

Altlast 7 سال پیش
والد
کامیت
a7077b92a1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test/Makefile.in

+ 1 - 1
test/Makefile.in

@@ -13,7 +13,7 @@ tmp/nodes.json.pp: ../src/json-pp tmp/nodes.json
 	$> $@
 
 tmp/nodes.json:
-	fetch -q --no-verify-peer -o $@.tmp "%%NODES_URL%%" && \
+	%%FETCH_CMD%% $@.tmp "%%NODES_URL%%" && \
 	mv $@.tmp $@
 
 clean: