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
1573
1573
REMOTE_CURL_NAMES = $(REMOTE_CURL_PRIMARY) $(REMOTE_CURL_ALIASES)
1574
1574
PROGRAM_OBJS += http-fetch.o
1575
1575
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)
1577
1577
ifeq "$(curl_check)" "070908"
1578
1578
ifndef NO_EXPAT
1579
1579
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[] = {
39
39
};
40
40
41
41
static 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>)" ),
43
43
NULL
44
44
};
45
45
You can’t perform that action at this time.
0 commit comments