Re: [dev] [sbase] Allow \t escape in sed?

2016-12-07 Thread Antoni V.
r 07, 2016 at 2:58 AM > From: "Michael Forney" > To: "dev mail list" > Subject: [dev] [sbase] Allow \t escape in sed? > > I recently came across an issue running `make headers_install` for > installing kernel headers. The headers_install.sh script runs > > se

[dev] [sbase] Allow \t escape in sed?

2016-12-06 Thread Michael Forney
I recently came across an issue running `make headers_install` for installing kernel headers. The headers_install.sh script runs sed -r \ -e 's/([ \t(])(__user|__force|__iomem)[ \t]/\1/g' \ -e 's/__attribute_const__([ \t]|$)/\1/g' \ -e 's@^#include @@' \ -e 's/(^|[^a-zA-Z0-9])__packed([^a-