commit 7bc9f56e4446e3906886964cf83bfd8ea061bba7 parent abc8206c4abc2b5ff18cd5a734fcb0e827957d89 Author: sin <sin@2f30.org> Date: Tue, 11 Apr 2017 15:51:45 +0100 sysbuild: Use test Diffstat:
M | sysbuild | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysbuild b/sysbuild @@ -10,7 +10,7 @@ K=GENERIC.MP NCPU=$(sysctl -n hw.ncpufound) -((NCPU==1)) && K=GENERIC +test $NCPU -eq 1 && K=GENERIC upgradekernel() { rm -rf /usr/obj/sys