summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/extras/remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/extras/remote.py')
-rw-r--r--third_party/waf/waflib/extras/remote.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/third_party/waf/waflib/extras/remote.py b/third_party/waf/waflib/extras/remote.py
index 6aca854f32f..9bf6e2d71c6 100644
--- a/third_party/waf/waflib/extras/remote.py
+++ b/third_party/waf/waflib/extras/remote.py
@@ -1,3 +1,7 @@
+#! /usr/bin/env python
+# encoding: utf-8
+# WARNING! Do not edit! https://waf.io/book/index.html#_obtaining_the_waf_file
+
#!/usr/bin/env python
# encoding: utf-8
# Remote Builds tool using rsync+ssh
@@ -76,7 +80,7 @@ Usage
4. Setup the ssh server and ssh keys
- The ssh key should not be protected by a password, or it will prompt for it everytime.
+ The ssh key should not be protected by a password, or it will prompt for it every time.
Create the key on the client:
.. code:: bash
@@ -324,3 +328,4 @@ def rsync_and_ssh(task):
ret = task.exec_command(bld.make_save_command(task))
if ret:
return ret
+