Bug 129128

Summary: brace expansion vs parameter expansion
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: bashAssignee: Tim Waugh <twaugh>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: redhat-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 3.0-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-04 14:15:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tim Waugh 2004-08-04 10:20:36 UTC
Description of problem:
This is a regression compared to 2.05b.

Version-Release number of selected component (if applicable):
3.0-1

How reproducible:
100%

Steps to Reproduce:
1. var=baz
2. echo foo{bar,${var}.}
3. echo foo{bar,${var}}
  
Actual results:
-bash: foo${var.}: bad substitution
foobar} foobaz

Expected results:
foobar foobaz.
foobar foobaz

Reported upstream.

Comment 1 Tim Waugh 2004-08-04 22:07:17 UTC
*** Bug 129172 has been marked as a duplicate of this bug. ***