Skip to content

Commit

Permalink
Fix line to get macos cpu cores (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
samhedin authored May 2, 2021
1 parent bf7f615 commit ed68fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustic-doc/convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ BEGIN { m = length(PRE)
> "$ignore_file"

if [[ "$OSTYPE" == "darwin"* ]]; then
cores=$(eval "$sysctl -n hw.logicalcpu")
cores=$(eval "sysctl -n hw.logicalcpu")
else
cores=$(nproc)
fi
Expand Down

0 comments on commit ed68fd3

Please sign in to comment.