Closed hostingnuggets closed 11 years ago
any news on this issue?
does anyone have time to look at this bug? cheers!
Thanks for reporting this issue. And sorry for the late response.
Cheers
No problem, thanks for fixing, was really looking forward to that!
Hello,
The '&&' shell command connector does not have the correct behaviour in lshell. For example:
ls inexstantfile && echo "file exists"
the second command (echo) after the AND should NOT get run if command 1 (ls) returns an return code different from 0.
Unfortunately under lshell command 2 does get run no matter what is the return code from command 1.
Is it possible to fix this?
Thanks & best regards, H.N.