Re: [PATCH 02/20] contrib/examples/git-clone.sh: avoid "test -a/-o "

2014-06-09 Thread Junio C Hamano
Elia Pinto writes: > The construct is error-prone; "test" being built-in in most modern > shells, the reason to avoid "test && test " spawning > one extra process by using a single "test -a " no > longer exists. > > Signed-off-by: Elia Pinto > --- > contrib/examples/git-clone.sh |2 +- >

[PATCH 02/20] contrib/examples/git-clone.sh: avoid "test -a/-o "

2014-06-06 Thread Elia Pinto
The construct is error-prone; "test" being built-in in most modern shells, the reason to avoid "test && test " spawning one extra process by using a single "test -a " no longer exists. Signed-off-by: Elia Pinto --- contrib/examples/git-clone.sh |2 +- 1 file changed, 1 insertion(+), 1 dele