Re: [PATCH 32/32] ver_linux: 'printversion()' function definition

2016-07-02 Thread Alexander Kapshuk
On Tue, Jun 28, 2016 at 5:48 PM, wrote: > On Tue, 28 Jun 2016 17:40:36 +0300, Alexander Kapshuk said: > >> Seeing this is a complete rewrite of the script from the shell >> language into awk, one would not be able to apply the patches >> submitted incrementally to be able to test each change bein

Re: [PATCH 32/32] ver_linux: 'printversion()' function definition

2016-06-28 Thread Valdis . Kletnieks
On Tue, 28 Jun 2016 17:40:36 +0300, Alexander Kapshuk said: > Seeing this is a complete rewrite of the script from the shell > language into awk, one would not be able to apply the patches > submitted incrementally to be able to test each change being > introduced separately. In this respect, defi

Re: [PATCH 32/32] ver_linux: 'printversion()' function definition

2016-06-28 Thread Alexander Kapshuk
On Tue, Jun 28, 2016 at 3:47 PM, wrote: > On Tue, 28 Jun 2016 13:19:06 +0300, Alexander Kapshuk said: >> Definition of the 'printversion()' function. The function tests whether >> the variable that contains the version number is empty, and prints >> the name of the utility and its version number

Re: [PATCH 32/32] ver_linux: 'printversion()' function definition

2016-06-28 Thread Valdis . Kletnieks
On Tue, 28 Jun 2016 13:19:06 +0300, Alexander Kapshuk said: > Definition of the 'printversion()' function. The function tests whether > the variable that contains the version number is empty, and prints > the name of the utility and its version number as a formatted string, > if the version number

[PATCH 32/32] ver_linux: 'printversion()' function definition

2016-06-28 Thread Alexander Kapshuk
Definition of the 'printversion()' function. The function tests whether the variable that contains the version number is empty, and prints the name of the utility and its version number as a formatted string, if the version number is not an empty value. Signed-off-by: Alexander Kapshuk --- scrip