dotnet / corefx-tools

Place to include various misc tools for .NET and .NET Core.
MIT License
58 stars 41 forks source link

Syntax error in perfcollect #97

Closed rantrave-git closed 5 years ago

rantrave-git commented 5 years ago

After the last update https://github.com/dotnet/corefx-tools/blob/master/src/performance/perfcollect/perfcollect contains syntax error at line 1275.

./perfcollect: line 1276: syntax error near unexpected token `then'
./perfcollect: line 1276: `    then'

elseif should be elif

sywhang commented 5 years ago

Should be fixed with #98. Thanks for bringing this up!