Re: multidefine failing for some reason

2017-04-10 Thread fff iii
I am not sure if I am doing anything wrong in the above execlineb syntax-wise, or there's a bug. At some point multidefine segfaulted (I think I fed the execline script a single newline from stdin or something similar), but I forget now exactly what I did to make it segfault. Will try again, and

multidefine failing for some reason

2017-04-09 Thread fff iii
Greetings, I am trying to run the following script: #!/usr/local/bin/execlineb -W withstdinas line importas -u line line multidefine -r $line { cmd msg } multidefine -d"," $msg { key val } and I get a fatal error, but I don't understand why: $ echo 'command test,test test' |