mirror of
https://github.com/git/git.git
synced 2026-01-11 13:23:12 +09:00
Merge branch 'dk/ci-rust-fix'
Build fix. * dk/ci-rust-fix: rust: build correctly without GNU sed
This commit is contained in:
commit
b006b84119
@ -26,7 +26,7 @@ then
|
|||||||
exit $RET
|
exit $RET
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$(cargo -vV | sed -s 's/^host: \(.*\)$/\1/')" in
|
case "$(cargo -vV | sed -n 's/^host: \(.*\)$/\1/p')" in
|
||||||
*-windows-*)
|
*-windows-*)
|
||||||
LIBNAME=gitcore.lib;;
|
LIBNAME=gitcore.lib;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user