chiark / gitweb /
benchmark.pl: replace use of Perl <> with <<>>.
authorSimon Tatham <anakin@pobox.com>
Fri, 25 Jan 2019 20:27:49 +0000 (20:27 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 25 Jan 2019 20:27:49 +0000 (20:27 +0000)
commitd7c873313e4e80f928377b5be8c6602b22154324
tree8b1f09e294e06a883ef1cf55bd743974bb79074f
parentced51ada363d895eee796dd03923042f97f95321
benchmark.pl: replace use of Perl <> with <<>>.

I've only just found out that it has the effect of treating the argv
words not as plain filenames, but as arguments to Perl default 'open',
i.e. if they end in | then the text before that is treated as a
command. That's not what was intended!
benchmark.pl