Mailinglist Archive: opensuse-bugs (7195 mails)
| < Previous | Next > |
[Bug 481817] New: bash 4.0 chokes on kernel-vanilla.spec
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 4 Mar 2009 03:18:39 -0700 (MST)
- Message-id: <bug-481817-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
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@xxxxxxxxxx
ReportedBy: mmarek@xxxxxxxxxx
QAContact: qa@xxxxxxx
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@xxxxxxx
- 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.
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@xxxxxxxxxx
ReportedBy: mmarek@xxxxxxxxxx
QAContact: qa@xxxxxxx
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@xxxxxxx
- 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.
| < Previous | Next > |