[libc++] Make executor scripts executable
authorLouis Dionne <ldionne@apple.com>
Fri, 12 Jun 2020 14:28:19 +0000 (10:28 -0400)
committerLouis Dionne <ldionne@apple.com>
Fri, 12 Jun 2020 14:29:04 +0000 (10:29 -0400)
This allows running the scripts directly, without running them through
Python.

libcxx/utils/run.py [changed mode: 0644->0755]
libcxx/utils/ssh.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index e91836b..e88fff1
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #===----------------------------------------------------------------------===##
 #
 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
old mode 100644 (file)
new mode 100755 (executable)
index 314b13b..f74ed78
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #===----------------------------------------------------------------------===##
 #
 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.