diff --git a/install-driver.sh b/install-driver.sh index ffa7214..d369455 100755 --- a/install-driver.sh +++ b/install-driver.sh @@ -285,7 +285,7 @@ if ! command -v dkms >/dev/null 2>&1; then make clean >/dev/null 2>&1 - make -j"$(sproc)" + make -j"${sproc}" RESULT=$? if [ "$RESULT" != "0" ]; then