[PATCH 12/20] - fixed '$' on regular variables in arithmetic contexts has no purpose

Steffen Pankratz kratz00 at gmx.de
Do Jul 16 20:22:02 CEST 2015


On Thu, 16 Jul 2015 19:31:17 +0200
Tim Niemeyer <tim.niemeyer at mastersword.de> wrote:

Hi Tim
 
> Bitte mit [PATCH 07/20] - use proper POSIX-conforming arithmetic
> expansion squashen.

Waere ich dagegen :)
Zwei Commits finde ich besser, da jeweils unterschiedliche Dinge getan werden,
die nichts miteinander zu tun habe, bis auf dass die selben Zeilen angepasst wurden.

> Am Mittwoch, den 15.07.2015, 21:47 +0200 schrieb Steffen Pankratz:
> > Signed-off-by: Steffen Pankratz <kratz00 at gmx.de>
> 
> Nach dem Squash dann:
> Reviewed-by: Tim Niemeyer <tim.niemeyer at mastersword.de>
> 
> Tim
> 
> > ---
> >  buildscript | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/buildscript b/buildscript
> > index 5fcb7f4..e642194 100755
> > --- a/buildscript
> > +++ b/buildscript
> > @@ -185,10 +185,10 @@ build() {
> >  			make V=99
> >  			;;
> >  		"fast")
> > -			ionice -c 2 -- nice -n 1 -- make -j $(($cpus*2))
> > +			ionice -c 2 -- nice -n 1 -- make -j $((cpus*2))
> >  			;;
> >  		*)
> > -			ionice -c 3 -- nice -n 10 -- make -j $(($cpus+1))
> > +			ionice -c 3 -- nice -n 10 -- make -j $((cpus+1))
> >  			;;
> >  	esac
> >  
> > -- 
> > 2.4.5
> > 
> 


Gruss
-Steffen

-- 
Hermes powered by Manjaro Linux (Linux 4.1.2)

Best regards, Steffen Pankratz.
-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname   : nicht verfügbar
Dateityp    : application/pgp-signature
Dateigröße  : 181 bytes
Beschreibung: OpenPGP digital signature
URL         : <http://lists.freifunk.net/pipermail/franken-dev-freifunk.net/attachments/20150716/99ebb2e9/attachment-0002.sig>


Mehr Informationen über die Mailingliste franken-dev