Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 456690

Summary: use generic awk instead of gawk
Product: Portage Development Reporter: Christoph Junghans (RETIRED) <junghans>
Component: Core - Ebuild SupportAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 418473, 456888    
Attachments: replace gawk by awk

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.