Another issue on OpenBSD

2017-04-27 Thread fff iii
Hello, I am getting the following error when trying to use trap with -x: #!/usr/local/bin/execlineb -W define VAR THISISAVAR trap -x { SIGQUIT { importas VAR VAR foreground { echo $VAR } } SIGTERM { importas VAR VAR foreground { echo $VAR } } SIGINT{ importas VAR

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