another bug:
On my setup, vcontrold sets $E1... to "OK" if the command is succesful. So the check
[ "x$E'$i'" = x ]
will be substituted to
[ "xOK" = x ]
which is of course never true.
With the below fix, I do have a running setup again.
I am not sure whether my vcontrold (remote one) is in some sense special here - so if the below bugfix is actually only a fix for me - or whether its a general bugfix.
Hi @Alexandre-io ,
another bug: On my setup, vcontrold sets $E1... to "OK" if the command is succesful. So the check [ "x$E'$i'" = x ] will be substituted to [ "xOK" = x ] which is of course never true.
With the below fix, I do have a running setup again.
I am not sure whether my vcontrold (remote one) is in some sense special here - so if the below bugfix is actually only a fix for me - or whether its a general bugfix.