summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-04-14 10:44:15 +1000
committerChris Johns <chrisj@rtems.org>2020-04-14 10:44:15 +1000
commitca6611241ba46bb995777c09bc7b055c3497fb66 (patch)
tree006fcc55c9549daeab08517104eac629dc369647
parentuser: Document event recording (diff)
downloadrtems-docs-ca6611241ba46bb995777c09bc7b055c3497fb66.tar.bz2
user: Fix start app chmod execute of waf.
-rw-r--r--user/start/app.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/start/app.rst b/user/start/app.rst
index ac3c064..8900f78 100644
--- a/user/start/app.rst
+++ b/user/start/app.rst
@@ -38,7 +38,7 @@ Download the Waf build system and set it to executable:
.. code-block:: none
curl https://waf.io/waf-2.0.19 > waf
- chmod +w waf
+ chmod +x waf
Initialise a new Git repository: