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