Bug 129128 - brace expansion vs parameter expansion
Summary: brace expansion vs parameter expansion
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: bash
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Ben Levenson
URL:
Whiteboard:
: 129172 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-08-04 10:20 UTC by Tim Waugh
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version: 3.0-2
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-04 14:15:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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. ***


Note You need to log in before you can comment on or make changes to this bug.