wmakeLnIncludeAll: Corrected type
This commit is contained in:
parent
911e424515
commit
23877413f3
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ do
|
|||
then
|
||||
# If running in parallel start wmakeLnInclude on nCores
|
||||
# and more as the cores become free
|
||||
if [ "$nCores" > 0 ]
|
||||
if [ "$nCores" -gt 0 ]
|
||||
then
|
||||
joblist=($(jobs -p))
|
||||
while (( ${#joblist[*]} > $nCores ))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue