fix "test: 2: unexpected operator" on bsd
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
d7ee090d0d
commit
ef1af9d9af
@ -33,7 +33,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
merge >/dev/null 2>/dev/null
|
merge >/dev/null 2>/dev/null
|
||||||
if test $? == 127
|
if test $? = 127
|
||||||
then
|
then
|
||||||
echo >&2 'You do not seem to have "merge" installed.
|
echo >&2 'You do not seem to have "merge" installed.
|
||||||
Please check INSTALL document.'
|
Please check INSTALL document.'
|
||||||
|
Loading…
Reference in New Issue
Block a user