[PATCH v2 11/19] - fixed '$' on regular variables in arithmetic contexts has no purpose

Steffen Pankratz kratz00 at gmx.de
Fr Jul 17 18:47:08 CEST 2015


Signed-off-by: Steffen Pankratz <kratz00 at gmx.de>
---
 buildscript | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildscript b/buildscript
index 28c64bb..d70faa9 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




Mehr Informationen über die Mailingliste franken-dev