Re: emptyenv and default path

2016-02-06 Thread Colin Booth
On Sat, Feb 6, 2016 at 10:41 AM, Brett Neumeier wrote: > Hi, > > I'm trying to get a handle on execline and have found some behavior that > perplexes me. I'm hoping someone can clarify what's going on! > You came to the right place! > > If I change the first foreground

Re: emptyenv and default path

2016-02-06 Thread Brett Neumeier
On Sat, Feb 6, 2016 at 1:31 PM, Colin Booth wrote: > Due to the mechanism of exec, emptyenv doesn't modify it's > environment, it modifies the environment that the next command > receives. Because of this, emptyenv has a $PATH that it attempts to > find foreground on.

emptyenv and default path

2016-02-06 Thread Brett Neumeier
Hi, I'm trying to get a handle on execline and have found some behavior that perplexes me. I'm hoping someone can clarify what's going on! I've installed all the skarnet stuff to /opt/skar. I configured skalibs with "--with-default-path=/opt/skar/bin:/usr/bin:/bin"; my understanding is that the