<html>#2719: GetCompnents does not handle symbolic links correctly when checking repository inter-dependencies
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td>GetComponents</td></tr>
</table>

<p>Comment (by Roland Haas):</p>
<p>Further complicated by <code>cd</code> not just splitting the given path at <code>/</code> and then walking that list. Instead, unless a <code>-P</code> is given, it removes `./` and `../` bits from the string first: <a data-is-external-link="true" href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cd.html" rel="nofollow">https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cd.html</a> though this behaviour can be changed via use options in <code>.bashrc</code> .</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2719/getcompnents-does-not-handle-symbolic'>https://bitbucket.org/einsteintoolkit/tickets/issues/2719/getcompnents-does-not-handle-symbolic</a></p>
</html>