author | Junio C Hamano <gitster@pobox.com> | |
Wed, 18 Feb 2009 19:17:27 +0000 (11:17 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 18 Feb 2009 19:17:27 +0000 (11:17 -0800) | ||
commit | 91e80b984e0afda37d288e550fb5832d2b71568c | |
tree | e1fc5942bd993cf558dd849654ce1429a22ca1ec | tree | snapshot |
parent | d61027b21f403a74ba16191756d22717a2e95bd4 | commit | diff |
tests: fix "export var=val"
Some shells do not like "export var=val"; the right way to write
it is to do an assignment and then export just the variable name.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Some shells do not like "export var=val"; the right way to write
it is to do an assignment and then export just the variable name.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9301-fast-export.sh | diff | blob | history | |
t/test-lib.sh | diff | blob | history |