From 0862b071d01316adadbb9af14a8eb0abb7077a21 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 23 Dec 2019 23:54:22 +0100 Subject: [PATCH] fix typo --- danio_gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/danio_gcc.sh b/danio_gcc.sh index 64e0dfb..387cc62 100755 --- a/danio_gcc.sh +++ b/danio_gcc.sh @@ -13,7 +13,7 @@ runit() export OUT="`pwd`/out" if command -v nproc --version >/dev/null; then export nproc="$(( `nproc --all` * 2 ))" - elif command -v sysctl >/cev/null; then + elif command -v sysctl >/dev/null; then export nproc="$(( `sysctl -n hw.ncpu` * 2 ))" else #domyslnie dwa rdzenie