The code in #1398 resolves paths too eagerly as "relative". In particular, a bare executable name such as radian is taken to be a relative path and looked up in the current working directory instead of in $PATH (this should only happen for ./radian).
The code in #1398 resolves paths too eagerly as "relative". In particular, a bare executable name such as
radianis taken to be a relative path and looked up in the current working directory instead of in $PATH (this should only happen for./radian).