aboutsummaryrefslogtreecommitdiffstats
path: root/main/bash/fix-jobs.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/bash: fix jobs againNatanael Copa2018-02-071-8/+21
| | | | | | | | previous fix didnt solve the problem for 32 bit architectures. We fix it by capping childmax to 8192. ref #8447
* main/bash: fix overflow in jobsNatanael Copa2017-12-071-0/+13
fixes #8236