Bug 129702 - sed error message miscounts substitution groups
Summary: sed error message miscounts substitution groups
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Final
Hardware: i586 Other
: P5 - None : Minor
Target Milestone: ---
Assignee: Mads Martin Joergensen
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-20 13:28 UTC by Martin Vidner
Modified: 2005-10-25 09:01 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Vidner 2005-10-20 13:28:44 UTC
kaname:~ # echo foo | LANG=C sed -e 's/fo\(o\)/\2/' 
sed: -e expression #1, char 13: invalid reference \3 on `s' command's RHS 
kaname:~ # rpm -q sed 
sed-4.1.4-5 
 
it should say invalid reference \2
Comment 1 Mads Martin Joergensen 2005-10-25 09:01:57 UTC
Upstream maintainer told me it's fixed upstream. So we'll get the fix with the
next sed version, and thus I wont fix it.