projtool.pl: include "realpath" in project show output
commit66c2bbb7e6057fad0ce9087b793c6f795e23fd9d
authorKyle J. McKay <mackyle@gmail.com>
Wed, 8 Jul 2020 04:26:10 +0000 (7 21:26 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 8 Jul 2020 04:26:10 +0000 (7 21:26 -0700)
tree620b15a60423846d8c69c6a42e34517d7217cf9b
parent12c86f537081465cd825a9e70b1def24f4bd7191
projtool.pl: include "realpath" in project show output

Usually the project's `realpath` and its `path` will be the same.

However, if there are any symlink project "aliases" present or the
$reporoot involves a symlink, the project's `realpath` will differ
from it's logical `path`.

Include `realpath` in the output to make this apparent when it
happens.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
toolbox/projtool.pl