Remove pointless matching

This commit is contained in:
dylan 2016-04-04 21:35:56 +10:00
parent 37e9ac5d0f
commit fd1c8199ff
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@ getcpu () {
cores=$(sysctl -n hw.ncpu) cores=$(sysctl -n hw.ncpu)
;; ;;
"Linux" | *"BSD" | "Windows") *)
case "$distro" in case "$distro" in
"OpenBSD"* | "FreeBSD"*) "OpenBSD"* | "FreeBSD"*)
# Get cpu name # Get cpu name