Browse Source
The construct is error-prone; "test" being built-in in most modern shells, the reason to avoid "test <cond> && test <cond>" spawning one extra process by using a single "test <cond> -a <cond>" no longer exists. Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Junio C Hamano
11 years ago
1 changed files with 13 additions and 0 deletions
Loading…
Reference in new issue