[all-commits] [llvm/llvm-project] 1c0dd5: [libc++] Use 'export' instead of 'env' to run remo...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Mar 31 14:12:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1c0dd57cd3e253b2ac7036366ef91e286422c830
https://github.com/llvm/llvm-project/commit/1c0dd57cd3e253b2ac7036366ef91e286422c830
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M libcxx/utils/ssh.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list