Skip to content

Commit 4009317

Browse files
committed
TEST
1 parent e585dc4 commit 4009317

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

script/build-git

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ cd "$DIR"
2727
printf "%s\n" \
2828
"NO_GETTEXT=YesPlease" \
2929
"NO_OPENSSL=YesPlease" \
30-
"V=YesPlease" \
3130
"prefix=$GIT_INSTALL_PATH" \
3231
> config.mak
3332
if test -n "$CURLDIR"; then
@@ -55,5 +54,7 @@ case $(uname -s) in
5554
echo "curldir: $CURLDIR"
5655
otool -L "$(git --exec-path)/git-http-fetch";;
5756
Linux)
58-
ldd "$(command -v git)";;
57+
ldd "$(command -v git)"
58+
echo "curl"
59+
ldd "$(git --exec-path)/git-http-fetch";;
5960
esac

0 commit comments

Comments
 (0)