Revision 1cdc62f6f16e6dae4343824f08286015c8c4b9c2 authored by Jeff King on 06 February 2018, 08:43:19 UTC, committed by Junio C Hamano on 08 February 2018, 18:07:51 UTC
We check that a shell variable is non-empty, and then we
check that it's equal to a particular value. Just checking
the latter covers both cases.

I suspect the original was trying to give better output when
the test fails, but using "-x" covers that these days.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8279ed0
History
File Mode Size
.gitignore -rw-r--r-- 7 bytes
README -rw-r--r-- 10.6 KB
TEAMS -rw-r--r-- 2.4 KB
bg.po -rw-r--r-- 628.8 KB
ca.po -rw-r--r-- 479.4 KB
de.po -rw-r--r-- 501.2 KB
es.po -rw-r--r-- 477.3 KB
fr.po -rw-r--r-- 521.8 KB
git.pot -rw-r--r-- 312.2 KB
is.po -rw-r--r-- 3.3 KB
it.po -rw-r--r-- 128.2 KB
ko.po -rw-r--r-- 509.8 KB
pt_PT.po -rw-r--r-- 482.9 KB
ru.po -rw-r--r-- 605.0 KB
sv.po -rw-r--r-- 505.6 KB
vi.po -rw-r--r-- 558.7 KB
zh_CN.po -rw-r--r-- 460.3 KB

README

back to top