commit | f998e0d679e5af454207dc8b015cad87a2152903 | [log] [tgz] |
---|---|---|
author | Louis Dionne <[email protected]> | Fri Jun 12 14:28:19 2020 |
committer | Louis Dionne <[email protected]> | Fri Jun 12 14:29:04 2020 |
tree | ddfa0a1db6f5fff066407573dfb54320b188b5af | |
parent | 4160f4c37615f6d5b7615666eb202d9cbb58f4bb [diff] [blame] |
[libc++] Make executor scripts executable This allows running the scripts directly, without running them through Python.
diff --git a/libcxx/utils/ssh.py b/libcxx/utils/ssh.py old mode 100644 new mode 100755 index 314b13b..f74ed78 --- a/libcxx/utils/ssh.py +++ b/libcxx/utils/ssh.py
@@ -1,3 +1,4 @@ +#!/usr/bin/env python #===----------------------------------------------------------------------===## # # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.