Re: [PATCH 2/2] builddeb: Consolidate consecutive chmod calls into one

2020-10-28 Thread Masahiro Yamada
On Tue, Oct 27, 2020 at 4:32 AM Sven Joachim wrote: > > No need to call chmod three times when it can do everything at once. > > Signed-off-by: Sven Joachim > --- > scripts/package/builddeb | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/scripts/package/builddeb b/s

[PATCH 2/2] builddeb: Consolidate consecutive chmod calls into one

2020-10-26 Thread Sven Joachim
No need to call chmod three times when it can do everything at once. Signed-off-by: Sven Joachim --- scripts/package/builddeb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 91a502bb97e8..81ec6414726c 100755 --- a