test-lint: detect 'export FOO=bar'
authorThomas Rast <trast@inf.ethz.ch>
Mon, 8 Jul 2013 15:20:32 +0000 (17:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jul 2013 17:21:33 +0000 (10:21 -0700)
Some shells do not understand the one-line construct, and instead need

FOO=bar &&
export FOO

Detect this in the test-lint target.

Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found