Re: [PATCH] ash: make bash_source command search current directory after PATH

2018-01-27 Thread Kang-Che Sung
2018年1月28日 上午5:05,"Paul Otto" 寫道: Thanks for taking care of this, Denys. It didn't wind up the way I'd hoped, but at least it is predictable both ways now. I will see if there is a way to get Alpine Linux to build with that config option set, to resolve the regression introduced by busybox 1.27.

Re: [PATCH] ash: make bash_source command search current directory after PATH

2018-01-27 Thread Paul Otto
Thanks for taking care of this, Denys. It didn't wind up the way I'd hoped, but at least it is predictable both ways now. I will see if there is a way to get Alpine Linux to build with that config option set, to resolve the regression introduced by busybox 1.27. - Paul

Re: adding lineno implementation

2018-01-27 Thread Denys Vlasenko
On Wed, Jan 24, 2018 at 9:53 AM, daggs wrote: >> >> Implemented in git a bit differently >> >> >> > >> > not sure I follow, is there an existing implementation for busybox? >> >> I applied an implementation to busybox git, please "git pull" and take a >> look. > > I see, you've committed support

Re: [PATCH 0/4] Add SCHED_BATCH and SCHED_IDLE support to chrt

2018-01-27 Thread Denys Vlasenko
On Wed, Jan 24, 2018 at 1:28 AM, Povilas Kanapickas wrote: >>> The following patches add SCHED_BATCH and SCHED_IDLE support to chrt. >>> The priority limits are fixed to follow the specification. The last >>> patch avoids hardcoding the values of SCHED_* macros as array indices. >>> Perhaps counte

Re: [PATCH] ash: make bash_source command search current directory after PATH

2018-01-27 Thread Denys Vlasenko
I already committed a similar patch to git. On Fri, Jan 26, 2018 at 5:46 PM, Paul Otto wrote: > I have modified this patch per your review comments. For what it's worth, I > went through hush, and found that it still exhibits the BASH non-POSIXy > behavior. Take a look: > > static char *find_in_p