Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 365085

Summary: [[ ((3 > 1)) ]] fails to parse
Product: Gentoo Hosted Projects Reporter: Petteri Räty (RETIRED) <betelgeuse>
Component: libbashAssignee: Petteri Räty (RETIRED) <betelgeuse>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Petteri Räty (RETIRED) gentoo-dev 2011-04-27 13:24:25 UTC
betelgeuse@pena ~/gsoc/libbash $ ./ast_printer -e "[[ ((3 > 1)) ]]"
-memory-(1)  : error 3 : ()* loopback of 114:55: ( ( BLANK )* PIPE ( BLANK )* command )*, at offset 2
    near [Index: 3 (Start: 163993519-Stop: 163993520) ='((', type<99> Line: 1 LinePos:2]
     : cannot match to any predicted input...
(LIST Tree Error Node)
betelgeuse@pena ~/gsoc/libbash $ [[ ((3 > 1)) ]] && echo true
true
Comment 1 Pacho Ramos gentoo-dev 2018-01-25 17:57:07 UTC
Developer retired (and his mail address is not active anymore)