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

Tim Niemeyer tim.niemeyer at mastersword.de
Do Jul 16 19:31:17 CEST 2015


Hi Steffen

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

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
> 

-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname   : signature.asc
Dateityp    : application/pgp-signature
Dateigröße  : 819 bytes
Beschreibung: This is a digitally signed message part
URL         : <http://lists.freifunk.net/pipermail/franken-dev-freifunk.net/attachments/20150716/79da3da0/attachment-0002.sig>


Mehr Informationen über die Mailingliste franken-dev