[PATCH v3 5/5] autogen: Replace -iname with -ipath in find command

2020-05-13 Thread Daniel Kiper
..because -iname cannot be used to match paths. Signed-off-by: Daniel Kiper Reviewed-by: Javier Martinez Canillas --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index ef43270fc..31b0ced7e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13

Re: [PATCH v3 5/5] autogen: Replace -iname with -ipath in find command

2020-05-14 Thread Daniel Axtens
Daniel Kiper writes: > ..because -iname cannot be used to match paths. > > Signed-off-by: Daniel Kiper > Reviewed-by: Javier Martinez Canillas > --- > autogen.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/autogen.sh b/autogen.sh > index ef43270fc..31b0ced7e 100755