shell portability: no "export VAR=VAL"
commit69ae92bda13dfbf0b7d169c57b9f2715af2a9d67
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2010 18:36:36 +0000 (13 11:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2010 18:36:36 +0000 (13 11:36 -0700)
tree660bdace0e4f761033c60cf230bb49ff00fc5eea
parentbc979945305b87caf1e5975d30d42bafd88ad846
shell portability: no "export VAR=VAL"

It is more portable to say "VAR=VAL && export VAR" instead.

Noticed by Ævar.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh
git-rebase.sh
git-stash.sh
t/t1509-root-worktree.sh
t/t5560-http-backend-noserver.sh
t/t556x_common