Skip to content

Commit 32fad5a

Browse files
change sed command
1 parent 634703d commit 32fad5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ distclean: sub-distclean this-distclean
101101

102102
this-config:: __always__
103103
if command -v coqc > /dev/null && (coqc --version | grep -q '8.18\|8.19\|8.20') ; then \
104-
sed -i.bak HB/structures.v -e 's/From Corelib/From Coq/' ; \
104+
sed -i.bak -e 's/From Corelib/From Coq/' HB/structures.v ; \
105105
fi
106106

107107
this-build:: this-config Makefile.coq

0 commit comments

Comments
 (0)