On Sun, 2017-01-29 at 23:04 -0500, Bruce Ashfield wrote: > On 2017-01-25 1:35 PM, Saul Wold wrote: > > > > Most Linux distributions contain awk in /usr/bin by default, not > > in /bin. > > > > As Paul mentioned, this is worth sending upstream .. at least to > see what they have to say about it. > > I've gone ahead and merged it to the 4.9 linux-yocto tree while > we wait. > Thanks, I will work with Mark Gross here to get this upstreamed properly. As small a change as this is, he had me update the commit message a little.
Sau! > Cheers, > > Bruce > > > > > Signed-off-by: Saul Wold <[email protected]> > > --- > > scripts/ver_linux | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/scripts/ver_linux b/scripts/ver_linux > > index 430b201..b51de8a 100755 > > --- a/scripts/ver_linux > > +++ b/scripts/ver_linux > > @@ -1,4 +1,4 @@ > > -#!/bin/awk -f > > +#!/usr/bin/awk -f > > # Before running this script please ensure that your PATH is > > # typical as you use for compilation/installation. I use > > # /bin /sbin /usr/bin /usr/sbin /usr/local/bin, but it may > > > -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
