de6cfe7e15
As part of adding support for brew installations, a bug was introduced which resulted in the executable directory path not being resolved correctly if the process was launched via a symlink. This resulted in the script path passed to the CFE not being fully qualified relative to the executable location which would cause lookup failures for relative script paths. Fixes https://github.com/dart-lang/sdk/issues/41329 Change-Id: I31813ccbc024eb0e4dd6dc265986ba3aefd9898e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144005 Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Siva Annamalai <asiva@google.com>