commit | 0e46e704626af5189c9c9ff2c0f348d2205c10f3 | [log] [tgz] |
---|---|---|
author | Bryan Donlan <bdonlan@fushizen.net> | Sun May 04 01:37:58 2008 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon May 05 14:17:01 2008 -0700 |
tree | 5c1ad84d9adf5016bd1b8324da1c148025cd74df | |
parent | cdf3ec01acb8785b8e61ce6e006c9c4c763de663 [diff] |
Don't use the 'export NAME=value' in the test scripts. This form is not portable across all shells, so replace instances of: export FOO=bar with: FOO=bar export FOO Signed-off-by: Bryan Donlan <bdonlan@fushizen.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>