File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1573,7 +1573,7 @@ else
15731573 REMOTE_CURL_NAMES = $(REMOTE_CURL_PRIMARY) $(REMOTE_CURL_ALIASES)
15741574 PROGRAM_OBJS += http-fetch.o
15751575 PROGRAMS += $(REMOTE_CURL_NAMES)
1576- curl_check := $(shell (echo 070908; curl-config --vernum) | sort -r | sed -ne 2p)
1576+ curl_check := $(shell (echo 070908; curl-config --vernum) 2>/dev/null | sort -r | sed -ne 2p)
15771577 ifeq "$(curl_check)" "070908"
15781578 ifndef NO_EXPAT
15791579 PROGRAM_OBJS += http-push.o
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ static const char * const builtin_remote_rm_usage[] = {
3939};
4040
4141static const char * const builtin_remote_sethead_usage [] = {
42- N_ ("git remote set-head <name> (-a | -d | <branch>] )" ),
42+ N_ ("git remote set-head <name> (-a | -d | <branch>)" ),
4343 NULL
4444};
4545
You can’t perform that action at this time.
0 commit comments