Commit ed06faf

mokha <mokha@cisco.com>
2019-01-07 16:03:21
allow setup to run from mac os
1 parent 3f2a396
Changed files (1)
bin/setup
@@ -3,4 +3,4 @@ set -euo pipefail
 IFS=$'\n\t'
 set -vx
 
-bundle check || bundle install --jobs $(nproc)
+bundle check || bundle install --jobs "$(sysctl -n hw.ncpu || nproc)"