Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456690 - use generic awk instead of gawk
Summary: use generic awk instead of gawk
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 418473 456888
  Show dependency tree
 
Reported: 2013-02-10 20:00 UTC by Christoph Junghans (RETIRED)
Modified: 2013-03-22 02:47 UTC (History)
0 users

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


Attachments
replace gawk by awk (0001-Avoid-using-gawk-where-generic-awk-is-enough.patch,1.57 KB, patch)
2013-02-10 20:00 UTC, Christoph Junghans (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Junghans (RETIRED) gentoo-dev 2013-02-10 20:00:08 UTC
Created attachment 338548 [details, diff]
replace gawk by awk

At this point gawk is in the system sets, but this will possibly change in the future. 

The following patches uses awk instead of gawk. There is no danger as '$2 == "" { print }' is posix conform program.