author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Wed, 28 Nov 2007 15:56:11 +0000 (15:56 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 29 Nov 2007 01:23:18 +0000 (17:23 -0800) | ||
commit | 3addc94aff0b10730c6b023e1a4a5d677e53d5a7 | |
tree | 1d3ace2809b7d3ac0f8d5346fb25e50b5640c36c | tree | snapshot |
parent | d25430c5f88c7e7b4ce24c1b08e409f4345c4eb9 | commit | diff |
Replace instances of export VAR=VAL with VAR=VAL; export VAR
It might be POSIX, but there are shells that do not like the
expression 'export VAR=VAL'. To be on the safe side, rewrite them
into 'VAR=VAL' and 'export VAR'.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
It might be POSIX, but there are shells that do not like the
expression 'export VAR=VAL'. To be on the safe side, rewrite them
into 'VAR=VAL' and 'export VAR'.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-clone.sh | diff | blob | history | |
git-filter-branch.sh | diff | blob | history | |
git-quiltimport.sh | diff | blob | history |