From faab5bd79ff020d55a3731e2bf89022659cdef61 Mon Sep 17 00:00:00 2001 From: Nick James Kirkby <20824939+driftregion@users.noreply.github.com> Date: Sat, 9 Dec 2023 22:36:35 -0700 Subject: [PATCH] tets --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 3110469..026f950 100644 --- a/BUILD +++ b/BUILD @@ -12,7 +12,7 @@ genrule( name = "isotp_c_wrapped_h", srcs = glob(["src/tp/isotp-c/*.h"]), outs = ["isotp_c_wrapped.h"], - cmd = "echo '#if defined(UDS_ISOTP_C)' >> $(OUTS) ; for f in $(SRCS); do cat $$f >> $(OUTS); done ; echo '#endif' >> $(OUTS)", + cmd = "echo '#if defined(UDS_ISOTP_C)' >> $(OUTS) ; for f in $(SRCS); do cat $$f >> $(OUTS); done ; echo '#endif' >> $(OUTS); cat $(OUTS)", ) genrule(