Make api.sh invocation consistent across docs
Invocation of api.sh was indicated in different ways in two
parts of the documentation. The best way to run the script is
to let the script itself declare which command processor is needed.
Change-Id: Iee89ddc6e6da3e4f8a0bff69dd4a6c27c7e0d7ef
diff --git a/Documentation/dev-buck.txt b/Documentation/dev-buck.txt
index e36f8a6..821868d 100644
--- a/Documentation/dev-buck.txt
+++ b/Documentation/dev-buck.txt
@@ -161,13 +161,13 @@
Install {extension,plugin,gwt}-api to the local maven repository:
----
- sh tools/maven/api.sh install
+ tools/maven/api.sh install
----
Install gerrit.war to the local maven repository:
----
- sh tools/maven/api.sh war_install
+ tools/maven/api.sh war_install
----
=== Plugins