From: Junio C Hamano Date: Wed, 18 Feb 2009 19:17:27 +0000 (-0800) Subject: tests: fix "export var=val" X-Git-Tag: v1.6.2-rc2~22^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/91e80b984e0afda37d288e550fb5832d2b71568c?ds=sidebyside;hp=91e80b984e0afda37d288e550fb5832d2b71568c 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 ---