Fix ildasm to be run without specifying the full path
authorManu <manu-silicon@users.noreply.github.com>
Tue, 16 Feb 2016 06:27:24 +0000 (15:27 +0900)
committerManu <manu-silicon@users.noreply.github.com>
Thu, 18 Feb 2016 01:40:34 +0000 (10:40 +0900)
commitabb5d8d97411b4260631f00fe3097e61e12466f1
treee1b50ef3ae8aa98ddf2cfcf6b2a9680c4f2b0271
parentb4d8a8d865c2c1eba7166e5d6c822419b6f1a1ea
Fix ildasm to be run without specifying the full path

Using the fixed version of GetEntrypointExecutableAbsolutePath when the
program name on the command line does not reflect an actual file on disk
(case when a program is launched by finding it in the PATH). This should fix
issue#3190.
src/ildasm/unixcoreclrloader/coreclrloader.cpp