Revision: 18237
Author: [email protected]
Date: Tue Dec 3 14:30:36 2013 UTC
Log: Fix condition in merge-to-branch.sh
[email protected]
Review URL: https://codereview.chromium.org/101973002
http://code.google.com/p/v8/source/detail?r=18237
Modified:
/branches/bleeding_edge/tools/merge-to-branch.sh
=======================================
--- /branches/bleeding_edge/tools/merge-to-branch.sh Mon Nov 25 12:55:02
2013 UTC
+++ /branches/bleeding_edge/tools/merge-to-branch.sh Tue Dec 3 14:30:36
2013 UTC
@@ -118,7 +118,7 @@
fi
fi
echo ">>> Step $CURRENT_STEP: Preparation"
- if [ $REVERT_FROM_BLEEDING_EDGE==1 ] ; then
+ if [ $REVERT_FROM_BLEEDING_EDGE -eq 1 ] ; then
MERGE_TO_BRANCH="bleeding_edge"
else
MERGE_TO_BRANCH=$1
--
--
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/groups/opt_out.