Re: [PATCH 3/3] t9200-git-cvsexportcommit.sh: quiet down commit
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:47
Eric Wong [off-list ref] writes:
Also, fixed an unportable use of 'export'.
As a traditionalist, I tend to prefer "var=val; export var" over
"export var=val" myself, but I wonder how unportable this is
these days.
Just wondering, no objection.
Do you have a specific shell in mind that groks other constructs
used in our tests but not "export var=val" form?