Using a script fails when using with the headers:

    #!/bin/execlineb -W -S1

or

    #!/bin/execlineb -W -S 1

I guess it's because when the commands are executed, the second part is
treated as a single arg, so execlineb receives

execlineb '-W -S1' and thus fails to interpret that as options.


    $ execlineb '-W -S1' 'echo ${@}'
    execlineb: usage: execlineb [ -p | -P | -S nmin | -s nmin ] [ -q | -w | -W 
] [ -c commandline ] script args
    $ execlineb '-W -S1' 'echo ${@}' pato
    execlineb: usage: execlineb [ -p | -P | -S nmin | -s nmin ] [ -q | -w | -W 
] [ -c commandline ] script args

Should something be done about that problem?

Document that perk, maybe?

Reply via email to