execlineb -S does not stop the command from running
Hi there,
First of all, thanks for this fine and useful software on skaware.
I'm using execline v2.5.0.0 (and 7ce423).
I've tried to use the -S1 option to stop the command from running when
not given any arguments.
`execline` does indeed exits when not given arguments, and displays the
error `execlineb: warning: too few arguments: expecting at least 1 but
got 0` but the first command gets run.
```
$ execlineb -S1 -c 'echo wrong'
execlineb: warning: too few arguments: expecting at least 1 but got 0
wrong
```
I've found the commit that introduces the error:
```
$ git bisect good
0294fb779bb603046da8ef1755d227553e93a881 is the first bad commit
```
However, that commit does not change execlineb and i'm lost at the
codebase.
What could have introduced the error?
Received on Sun Jul 29 2018 - 09:38:39 UTC
This archive was generated by hypermail 2.3.0
: Sun May 09 2021 - 19:38:49 UTC