Skip to content

Commit b006b84

Browse files
committed
Merge branch 'dk/ci-rust-fix'
Build fix. * dk/ci-rust-fix: rust: build correctly without GNU sed
2 parents 148c8f3 + c469ca2 commit b006b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo-meson.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ then
2626
exit $RET
2727
fi
2828

29-
case "$(cargo -vV | sed -s 's/^host: \(.*\)$/\1/')" in
29+
case "$(cargo -vV | sed -n 's/^host: \(.*\)$/\1/p')" in
3030
*-windows-*)
3131
LIBNAME=gitcore.lib;;
3232
*)

0 commit comments

Comments
 (0)