Attempt to solve problem with globs

This commit is contained in:
Jubilee Young
2022-11-26 18:47:52 -08:00
parent 353cef9654
commit 47ddca6812
+1 -1
View File
@@ -132,7 +132,7 @@ include clear_expected_if_blessed
--instr-profile="$(TMPDIR)"/$@.profdata \
$(call BIN,"$(TMPDIR)"/$@) \
$$( \
for file in $(TMPDIR)/rustdoc-$@/*/rust_out; do \
for file in $(TMPDIR)/rustdoc-$@/*/rust_out*; do \
[ -x "$$file" ] && printf "%s %s " -object $$file; \
done \
) \