Revision: 22528
Author: [email protected]
Date: Tue Jul 22 14:53:29 2014 UTC
Log: Avoid bash-ism in Makefile
BUG=none
[email protected]
LOG=n
Review URL: https://codereview.chromium.org/412503002
http://code.google.com/p/v8/source/detail?r=22528
Modified:
/branches/bleeding_edge/Makefile
=======================================
--- /branches/bleeding_edge/Makefile Tue Jul 22 12:27:59 2014 UTC
+++ /branches/bleeding_edge/Makefile Tue Jul 22 14:53:29 2014 UTC
@@ -473,7 +473,7 @@
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 ; \
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.