s6, execline, skalibs in FreeBSD

2015-01-31 Thread Colin Booth
Hi all, I just submitted s6 to the ports collection in Freebsd. I also added patches to update execline to 2.0.2.0 from 1.08, update skalibs to 2.2.1.0 from 0.47, and to take maintainership of both of them. All three bugs are in the request pipeline and might take some time to get through. It did

Re: ifthenelse bugged?

2015-01-31 Thread Laurent Bercot
On 31/01/2015 19:35, Olivier Brunel wrote: So I may be doing/understanding something wrong, but it seems to me that ifthenelse isn't exactly working as expected: Bug indeed. Sorry about that. It happened when I replaced as many fork()s as possible with el_spawn*() to use posix_spawn() when av

ifthenelse bugged?

2015-01-31 Thread Olivier Brunel
Hi, So I may be doing/understanding something wrong, but it seems to me that ifthenelse isn't exactly working as expected: % execlineb -c 'ifthenelse { exit } { echo ok } { echo fail } echo next' ok ok next next According to the doc, it should be the same as the following: % execlineb -c 'foreg