Index: Makefile |
diff --git a/Makefile b/Makefile |
index 245f08a3d16f5d8bf8b6923e32ba7cca97ba4f42..9171134abc2e0adf3271245b2b1271c8c0956ca2 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -473,7 +473,7 @@ gtags.clean: |
builddeps: |
svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \ |
--revision 1831 |
- if svn info third_party/icu |& grep -q icu46 ; then \ |
+ if svn info third_party/icu 2>&1 | grep -q icu46 ; then \ |
svn switch --force \ |
https://src.chromium.org/chrome/trunk/deps/third_party/icu52 \ |
third_party/icu --revision 277999 ; \ |