Re: [BUG] $PATH not fully searched

2018-01-10 Thread Joshua Nelson
This was precisely the problem! Thanks so much for your help, I changed the relevant parts of ~/.profile to "$HOME/" instead. On Wednesday, January 10, 2018 23:18:15 EST Jilles Tjoelker wrote: > On Wed, Jan 10, 2018 at 01:36:18PM -0500, Joshua Nelson wrote: > > I've come across an error with the

Re: [BUG] $PATH not fully searched

2018-01-10 Thread Jilles Tjoelker
On Wed, Jan 10, 2018 at 01:36:18PM -0500, Joshua Nelson wrote: > I've come across an error with the PATH variable in `dash`. Instead of > fully searching PATH for commands, dash will respond 'command not > found' if `command -p ` fails. The same command works > fine in Bash. > The following

[BUG] $PATH not fully searched

2018-01-10 Thread Joshua Nelson
To the maintainers of the `dash` shell: I've come across an error with the PATH variable in `dash`. Instead of fully searching PATH for commands, dash will respond 'command not found' if `command -p ` fails. The same command works fine in Bash. The following example was performed in a live cd