*.sh: drop useless use of "env"
commit6eca18ca734043a8d3e540e89575362cfe983d6f
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Mar 2014 23:22:34 +0000 (6 15:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Mar 2014 23:22:34 +0000 (6 15:22 -0800)
tree7de7cd9e338933f26d04f59df5c7c58aca800d33
parent7bbc4e8fdb33e0a8e42e77cc05460d4c4f615f4d
*.sh: drop useless use of "env"

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>
t/t1020-subdirectory.sh
t/t9001-send-email.sh