From 7ace24df73fda0c3d2bc10a78f3fe97da2a0fc48 Mon Sep 17 00:00:00 2001 From: "mhm@chromium.org" Date: Mon, 28 Feb 2011 17:58:47 +0000 Subject: [PATCH] Support msysgit with Chromium. First step to remove cygwin dependencies. This will remove dependencies with zcsh and allow python scripts to be executed as hooks. BUG=70550, 70549 TEST=checkout chrome with git, use git cl to upload a cl, revise a cl, commit a cl. Review URL: http://codereview.chromium.org/6369012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@76232 0039d316-1c4b-4281-b951-d872f2087c98 --- update_depot_tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_depot_tools b/update_depot_tools index a9e16519a9..eec15e5186 100755 --- a/update_depot_tools +++ b/update_depot_tools @@ -46,7 +46,7 @@ then test_git_svn # work around a git-svn --quiet bug OUTPUT=`git svn rebase -q -q` - if [[ ! "$OUTPUT" =~ Current.branch ]]; then + if [[ ! "$OUTPUT" == *Current.branch* ]]; then echo $OUTPUT fi cd - > /dev/null