diff options
author | Bryan Donlan <bdonlan@fushizen.net> | 2008-05-04 07:37:58 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-05 23:17:01 +0200 |
commit | 0e46e704626af5189c9c9ff2c0f348d2205c10f3 (patch) | |
tree | 5c1ad84d9adf5016bd1b8324da1c148025cd74df /t/t3050-subprojects-fetch.sh | |
parent | lib-git-svn.sh: Fix quoting issues with paths containing shell metacharacters (diff) | |
download | git-0e46e704626af5189c9c9ff2c0f348d2205c10f3.tar.xz git-0e46e704626af5189c9c9ff2c0f348d2205c10f3.zip |
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>
Diffstat (limited to 't/t3050-subprojects-fetch.sh')
0 files changed, 0 insertions, 0 deletions