aboutsummaryrefslogtreecommitdiff
path: root/libcxx/utils/ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/utils/ssh.py')
-rwxr-xr-xlibcxx/utils/ssh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/ssh.py b/libcxx/utils/ssh.py
index ec16efc..77e79ce 100755
--- a/libcxx/utils/ssh.py
+++ b/libcxx/utils/ssh.py
@@ -57,7 +57,7 @@ def main():
return subprocess.run(command, *args_, **kwargs)
# Create a temporary directory where the test will be run.
- # That is effectively the value of %T on the remote host.
+ # That is effectively the value of %{temp} on the remote host.
tmp = runCommand(
ssh("mktemp -d {}/libcxx.XXXXXXXXXX".format(args.tempdir)),
universal_newlines=True,