On Fri, May 16, 2014 at 3:26 AM, Yong Wang <[email protected]> wrote:
> try "bash tools/plot-timer-events benchmarks/v8.log" > Hmmm, that's bad: We start with '#!/bin/sh' and actually depend on a few bash-isms later. One easy fix would be using '#!/bin/bash' instead, but an IMHO nicer one would be removing the bash-isms: * Use 'test' instead of [. * Fix the handling of --distortion via [[, which is wrong, anyway (hint: other arguments can include that substring, too). * Replace a [[ which should be a test, anyway. Apart from that, a quick look didn't show up any other incompatibilities. Yang? :-) -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
