diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-06 15:22:34 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-06 15:22:34 -0800 |
commit | 6eca18ca734043a8d3e540e89575362cfe983d6f (patch) | |
tree | 7de7cd9e338933f26d04f59df5c7c58aca800d33 /progress.c | |
parent | 7bbc4e8fdb33e0a8e42e77cc05460d4c4f615f4d (diff) | |
download | git-6eca18ca734043a8d3e540e89575362cfe983d6f.tar.gz |
*.sh: drop useless use of "env"jc/no-need-for-env-in-sh-scripts
In a bourne shell script, "VAR=VAL command" is sufficient to run
'command' with environment variable VAR set to value VAL without
affecting the environment of the shell itself; there is no need
to say "env VAR=VAL command".
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'progress.c')
0 files changed, 0 insertions, 0 deletions