From 5d10b7aecd4a965c43544d47a15471fb5358498b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20H=C3=B6lscher?= Date: Thu, 21 Apr 2022 20:56:04 +0200 Subject: [PATCH] fixed Typo in poolhelper.sh --- poolhelper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poolhelper.sh b/poolhelper.sh index 9d3bb92..3881c4c 100755 --- a/poolhelper.sh +++ b/poolhelper.sh @@ -99,7 +99,7 @@ case $1 in ;; continuellvm) cd llvm - make .j 4 + make -j 4 cd .. ;; clean)