rossbar/UbuntuInstallScripts

install_root.sh - make error if make -j $NUM_CPUS is used

rossbar opened this issue · 1 comments

building of root will crash if above line is used (i.e. the -j option). Perhaps try -j $NUM_CPUS - 1 (with proper bash formatting for math)

Fixed by using NUM_CPUS - 1. Fixed in 6c09c4b