Re: Another issue on OpenBSD

2017-04-28 Thread fff iii
Sorry, I needed more coffee before I asked this. Newbie. Please ignore.


Re: Another issue on OpenBSD

2017-04-28 Thread fff iii
I am also wondering if it would be possible to set signal traps for
the script itself calling the trap program, rather than for a program
following the trap block (like in the regular shells)?

Thanks again.


Re: Another issue on OpenBSD

2017-04-28 Thread fff iii
Works! Thanks!


Re: Another issue on OpenBSD

2017-04-28 Thread Laurent Bercot


Now getting trap: fatal: unable to auto-trap signal 32: Invalid 
argument


 I had to specialcase it in skalibs because no other OS - not FreeBSD,
not Solaris, not even MacOS - manages to add system-specific 
gratuitously

untrappable signals. But OpenBSD does, because it can.

 Please recompile with the latest skalibs git and execline git. It 
should

work now.

 OpenBSD, if you keep going the way you are now...You're gonna have a 
bad time.


--
 Laurent



Re: Another issue on OpenBSD

2017-04-28 Thread fff iii
Now getting trap: fatal: unable to auto-trap signal 32: Invalid argument

Thank you.


Re: Another issue on OpenBSD

2017-04-27 Thread Laurent Bercot



trap: fatal: unable to auto-trap signal 9: Invalid argument


 Ah, BSDs, always making it convenient for developers, are we?

 Please try the latest execline git and tell me if it fixes the issue.

--
 Laurent