Index: update_depot_tools |
=================================================================== |
--- update_depot_tools (revision 72285) |
+++ update_depot_tools (working copy) |
@@ -46,7 +46,7 @@ |
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 |