Skip to content

Commit ef6393c

Browse files
committed
TEST
1 parent 8b2312b commit ef6393c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

script/build-git

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ cd "$DIR"
2727
printf "%s\n" \
2828
"NO_GETTEXT=YesPlease" \
2929
"NO_OPENSSL=YesPlease" \
30+
"V=YesPlease" \
3031
"prefix=$GIT_INSTALL_PATH" \
3132
> config.mak
3233
if test -n "$CURLDIR"; then
3334
printf "%s\n" \
3435
"CURLDIR=$CURLDIR" \
3536
>> config.mak
3637
fi
37-
V=1 make -j2
38+
make -j2
3839
sudo make install
3940

4041
echo "Git version:"
@@ -45,13 +46,14 @@ command -v curl
4546
command -v openssl
4647
command -v pcre2grep
4748
curl --version
48-
openssl --version
49+
openssl -version
4950
pcre2grep --version
5051
curl-config --libs
5152
case $(uname -s) in
5253
Darwin)
53-
echo "curldir: $CURLDIR"
5454
otool -L "$(command -v git)"
55+
echo "curldir: $CURLDIR"
56+
otool -L "$(git --exec-path)/git-http-fetch"
5557
Linux)
5658
ldd "$(command -v git)"
5759
esac

0 commit comments

Comments
 (0)