Merge branch 'dk/ci-rust-fix' into next

Build fix.

* dk/ci-rust-fix:
  rust: build correctly without GNU sed
This commit is contained in:
Junio C Hamano
2025-12-22 14:58:29 +09:00

View File

@@ -26,7 +26,7 @@ then
exit $RET
fi
case "$(cargo -vV | sed -s 's/^host: \(.*\)$/\1/')" in
case "$(cargo -vV | sed -n 's/^host: \(.*\)$/\1/p')" in
*-windows-*)
LIBNAME=gitcore.lib;;
*)