From 9ce920843b768b6e53c4e80aeacc7e7827c64f41 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 12 Jun 2015 19:35:16 +0200 Subject: reproducible openwrt: fix typo --- bin/reproducible_openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 0c6e5b73..a4e91ade 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -148,7 +148,7 @@ umask 0002 NEW_NUM_CPU=$(echo $NUM_CPU-1|bc) ionice -c 3 nice \ linux64 --uname-2.6 \ - make -j $NUM_CPU target/compile + make -j $NEW_NUM_CPU target/compile ionice -c 3 nice \ linux64 --uname-2.6 \ make -j $NEW_NUM_CPU package/cleanup -- cgit v1.2.3-54-g00ecf