[libc++] Use 'export' instead of 'env' to run remote commands
authorLouis Dionne <ldionne@apple.com>
Tue, 31 Mar 2020 21:10:29 +0000 (17:10 -0400)
committerLouis Dionne <ldionne@apple.com>
Tue, 31 Mar 2020 21:11:28 +0000 (17:11 -0400)
commit1c0dd57cd3e253b2ac7036366ef91e286422c830
tree242ca56b3f5c09f074f44d9d9dc5db6de072d67c
parent2dee4d44297220655786d3fddd471cdf99fa8e5a
[libc++] Use 'export' instead of 'env' to run remote commands

This allows running commands that use shell builtins remotely too, when
'env' would complain that it can't find the program.
libcxx/utils/ssh.py