fixed Typo in poolhelper.sh

This commit is contained in:
Nils Hölscher 2022-04-21 20:56:04 +02:00
parent 4aa0080cb2
commit 5d10b7aecd
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ case $1 in
;;
continuellvm)
cd llvm
make .j 4
make -j 4
cd ..
;;
clean)