[Bug 481817] New: bash 4.0 chokes on kernel-vanilla.spec
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.
https://bugzilla.novell.com/show_bug.cgi?id=481817 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=481817#c1 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mmarek@novell.com --- Comment #1 from Dr. Werner Fink <werner@novell.com> 2009-03-04 03:21:03 MST --- Run bashbug and report upstream -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=481817 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=481817#c2 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Severity|Major |Normal --- Comment #2 from Dr. Werner Fink <werner@novell.com> 2009-03-04 03:43:52 MST --- Btw: Remove the useless semicolon `;' this is not perl nor C/C++. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=481817 User mmarek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=481817#c3 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|mmarek@novell.com | --- Comment #3 from Michal Marek <mmarek@novell.com> 2009-03-04 03:49:48 MST --- it was 'for patch in $(%_sourcedir/guards %symbols < %_sourcedir/series.conf | egrep 'kernel\.org|rpmify'); do' originally, and it breaks regardless of the semicolon. I reported the bug via bashbug. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=481817 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=481817#c4 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Dr. Werner Fink <werner@novell.com> 2009-03-04 06:18:32 MST --- Fixed submitted to factory and send it to bug-bash@gnu.org -- 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.
participants (1)
-
bugzilla_noreply@novell.com