[rtems-docs commit] user: Fix start app chmod execute of waf.

Chris Johns chrisj at rtems.org
Tue Apr 14 00:44:20 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    ca6611241ba46bb995777c09bc7b055c3497fb66
Changeset: http://git.rtems.org/rtems-docs/commit/?id=ca6611241ba46bb995777c09bc7b055c3497fb66

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Apr 14 10:44:15 2020 +1000

user: Fix start app chmod execute of waf.

---

 user/start/app.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
 



More information about the vc mailing list