Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: tools/plot-timer-events

Issue 314143004: Fix bug in tools/plot-timer-events (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/bootstrapper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/plot-timer-events
diff --git a/tools/plot-timer-events b/tools/plot-timer-events
index 87ae0a087789320154f7fe684e12719e0b2b4691..15f28ac22b5b849314ff745b305be51a75b9a194 100755
--- a/tools/plot-timer-events
+++ b/tools/plot-timer-events
@@ -15,7 +15,7 @@ if test ! "$D8_PATH"; then
if test -x "$d8_public"; then D8_PATH=$(dirname "$d8_public"); fi
fi
-if test -n "$D8_PATH"; then
+if test ! -n "$D8_PATH"; then
D8_PATH=$tools_path/..
fi
« no previous file with comments | « src/bootstrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698