Skip to content

Commit 373865b

Browse files
committed
---
yaml --- r: 6124 b: refs/heads/master c: 558ca9b h: refs/heads/master v: v3
1 parent f0a879b commit 373865b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 1db9af1bf26e3b31eb438c3691c084ab2926bdb9
2+
refs/heads/master: 558ca9b4a81b801d0957a734bd20f73ca00cede1

trunk/mk/rt.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,11 @@ $$(LIBUV_LIB_$(1)): $$(wildcard \
169169

170170
# These could go in rt.mk or rustllvm.mk, they're needed for both.
171171

172+
# This regexp has a single $, escaped twice
172173
%.linux.def: %.def.in $$(MKFILES)
173174
@$$(call E, def: $$@)
174175
$$(Q)echo "{" > $$@
175-
$$(Q)sed 's/.$$/&;/' $$< >> $$@
176+
$$(Q)sed 's/.$$$$/&;/' $$< >> $$@
176177
$$(Q)echo "};" >> $$@
177178

178179
%.darwin.def: %.def.in $$(MKFILES)

0 commit comments

Comments
 (0)