genodelabs / goa

Tool for streamlining the development of Genode applications
GNU Affero General Public License v3.0
20 stars 17 forks source link

goa fails to find its directory when run via a relative symbolic link #4

Closed NobodyIII closed 4 years ago

NobodyIII commented 4 years ago

I know this isn't a huge deal, but when goa is run via a relative symbolic link, e.g. "../goa/bin/goa", it doesn't properly find its install directory. Either it should resolve relative links properly, or there should be a notice in the readme that goa cannot be added to the shell path via a relative symbolic link.

nfeske commented 4 years ago

Thanks for reporting. The issue should be fixed with commit https://github.com/nfeske/goa/commit/11f40f6a313e3fb67254baafe4faaa5409551117

@NobodyIII I'd appreciate a confirmation from your side.

NobodyIII commented 4 years ago

That fixes it.

nfeske commented 4 years ago

Thank you for the confirmation. :-)