Re: [PATCH 02/45] scripts/headers.sh: add verbose option to make calls if defined

2015-03-10 Thread Mikko Rapeli
On Tue, Feb 17, 2015 at 04:18:59PM +0900, Masahiro Yamada wrote: > > On Tue, 17 Feb 2015 00:05:05 +0100 > Mikko Rapeli wrote: > > > Useful when debugging the scripts. > > > > Signed-off-by: Mikko Rapeli > > --- > > scripts/headers.sh | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH 02/45] scripts/headers.sh: add verbose option to make calls if defined

2015-03-10 Thread Mikko Rapeli
On Tue, Feb 17, 2015 at 04:18:59PM +0900, Masahiro Yamada wrote: On Tue, 17 Feb 2015 00:05:05 +0100 Mikko Rapeli mikko.rap...@iki.fi wrote: Useful when debugging the scripts. Signed-off-by: Mikko Rapeli mikko.rap...@iki.fi --- scripts/headers.sh | 2 +- 1 file changed, 1

Re: [PATCH 02/45] scripts/headers.sh: add verbose option to make calls if defined

2015-02-16 Thread Masahiro Yamada
On Tue, 17 Feb 2015 00:05:05 +0100 Mikko Rapeli wrote: > Useful when debugging the scripts. > > Signed-off-by: Mikko Rapeli > --- > scripts/headers.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/headers.sh b/scripts/headers.sh > index 95ece06..aa62fd8

[PATCH 02/45] scripts/headers.sh: add verbose option to make calls if defined

2015-02-16 Thread Mikko Rapeli
Useful when debugging the scripts. Signed-off-by: Mikko Rapeli --- scripts/headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/headers.sh b/scripts/headers.sh index 95ece06..aa62fd8 100755 --- a/scripts/headers.sh +++ b/scripts/headers.sh @@ -7,7 +7,7 @@ set

Re: [PATCH 02/45] scripts/headers.sh: add verbose option to make calls if defined

2015-02-16 Thread Masahiro Yamada
On Tue, 17 Feb 2015 00:05:05 +0100 Mikko Rapeli mikko.rap...@iki.fi wrote: Useful when debugging the scripts. Signed-off-by: Mikko Rapeli mikko.rap...@iki.fi --- scripts/headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/headers.sh

[PATCH 02/45] scripts/headers.sh: add verbose option to make calls if defined

2015-02-16 Thread Mikko Rapeli
Useful when debugging the scripts. Signed-off-by: Mikko Rapeli mikko.rap...@iki.fi --- scripts/headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/headers.sh b/scripts/headers.sh index 95ece06..aa62fd8 100755 --- a/scripts/headers.sh +++ b/scripts/headers.sh @@