https://bugzilla.novell.com/show_bug.cgi?id=481817 Summary: bash 4.0 chokes on kernel-vanilla.spec Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: werner@novell.com ReportedBy: mmarek@novell.com QAContact: qa@suse.de Found By: --- sepie:/tmp> cat test2 #!/bin/bash echo $(echo aaa | egrep kernel.org\|rpmify); sepie:/tmp> bash test2 test2: line 2: unexpected EOF while looking for matching `)' test2: line 3: syntax error: unexpected end of file sepie:/tmp> Inserting a space before the closing parenthesis or enclosing the egrep argument in apostrophes makes bash happy. The current code doesn't look like syntax error to me though. Head of bash changelog: * Fri Feb 27 2009 werner@suse.de - Update bash 4.0 to patch level 0 - Update readline 6.0 to patch level 0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.