Re: [PATCH] Catch errors properly, if whoami or who don't exist

2024-09-10 Thread Jacob Bachmeyer
Maciej W. Rozycki wrote: On Fri, 6 Sep 2024, Jacob Bachmeyer wrote: By the way, I need another patch, as /bin is not existing in my case. I'm actually a bit wondering why all tools like awk, expect, tcl have a fallback without a path just to their executable name, but sh needs a fallback to

Re: [PATCH] Catch errors properly, if whoami or who don't exist

2024-09-10 Thread Maciej W. Rozycki
On Fri, 6 Sep 2024, Jacob Bachmeyer wrote: > > By the way, I need another patch, as /bin is not existing in my case. I'm > > actually a bit wondering why all tools like awk, expect, tcl have a fallback > > without a path just to their executable name, but sh needs a fallback to > > /bin/sh. But