Skip to content

Commit c9e9b1d

Browse files
author
Ned Smith
authored
Merge pull request #55 from TrustedComputingGroup/fix-sed
2 parents 9a7d5cb + 0b28e24 commit c9e9b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funcs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ get-$(1): $(1).cddl
6464
$(1).cddl:
6565
@{ \
6666
$$(curl) -LO $$(join $(2), $$(join $(3), $$(join $(4)/, $$@))); \
67-
sed -i.bak 's/^@\.start\.@//' $$@; \
67+
sed -i.bak '/^@\.start\.@/d' $$@; \
6868
}
6969

7070
.PHONY: get-$(1)

0 commit comments

Comments
 (0)