Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(728)

Unified Diff: ninja

Issue 1924033004: Update ninja version in shell script too. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ninja
diff --git a/ninja b/ninja
index 0d8726f098fb12d2e681142662e9497acdd5c105..112002ee28b12d44b053c2a3694b267f9a367975 100755
--- a/ninja
+++ b/ninja
@@ -12,7 +12,7 @@ cat <<-EOF
No prebuilt ninja binary was found for this system.
Try building your own binary by doing:
cd ~
- git clone https://github.com/martine/ninja.git -b v1.6.0
+ git clone https://github.com/martine/ninja.git -b v1.7.1
cd ninja && ./configure.py --bootstrap
Then add ~/ninja/ to your PATH.
EOF
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698