Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304249 - app-portage/gentoolkit-dev: echangelog eats pipes
Summary: app-portage/gentoolkit-dev: echangelog eats pipes
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 284680
  Show dependency tree
 
Reported: 2010-02-10 08:36 UTC by Torsten Veller (RETIRED)
Modified: 2010-03-14 19:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Veller (RETIRED) gentoo-dev 2010-02-10 08:36:36 UTC
http://sources.gentoo.org/viewcvs.py/gentoolkit/trunk/gentoolkit-dev/src/echangelog/echangelog?r1=574&r2=575

I guess you wanted this:

- $pp =~ s/[\x09|\x0B|\x0C|\x20]+/ /g;
+ $pp =~ s/[\x09\x0B\x0C\x20]+/ /g;
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2010-02-10 16:23:33 UTC
(In reply to comment #0)
> http://sources.gentoo.org/viewcvs.py/gentoolkit/trunk/gentoolkit-dev/src/echangelog/echangelog?r1=574&r2=575
> 
> I guess you wanted this:
> 
> - $pp =~ s/[\x09|\x0B|\x0C|\x20]+/ /g;
> + $pp =~ s/[\x09\x0B\x0C\x20]+/ /g;
> 

Oops, thanks! %)
Fixed in svn.
Comment 2 Christian Ruppert (idl0r) gentoo-dev 2010-03-14 19:49:05 UTC
Fixed in 0.2.6.13-r1.