mirror of
https://github.com/git/git.git
synced 2026-03-05 14:59:04 +01:00
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:
@@ -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;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user