fltexpr LAND && LOR || broken

newsbash--- via Bug reports for the GNU Bourne Again SHell <[email protected]>
Newsgroups gmane.comp.shells.bash.bugs
Message-ID <20260225124627.6fc04a93@netter-ssd>
fltexpr is great! Speeds up scripts enormously! Trying to use it
everywhere possible.

Using bash 5.3.9(1) I am now running into a problem that fltexpr does
not recognize logical AND (LAND &&) and OR (LOR ||). Example: 
if fltexpr "((2 > 1) && (6 > 5))"; then echo 'ok';fi
I get an error message: 'Error token is &&' 

Looking at the source code of fltexpr.c, the functions expland ('&&') and explor ('||')
should support my expression. 

Any patch/insight appreciated,
Michael
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.