From 121126fec502eb5cd49da1ce87a189c50243ddcf Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Thu, 28 Apr 2016 15:48:25 +0000 Subject: [PATCH] Update ninja version in shell script too. BUG=607268 TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/1924033004 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@300283 0039d316-1c4b-4281-b951-d872f2087c98 --- ninja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ninja b/ninja index 0d8726f09..112002ee2 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