Fix MacOS Mojave detect pattern ()

This commit is contained in:
柯豪 2018-12-13 19:12:26 +08:00 committed by Michael Boelen
parent 50e147a1e6
commit 760ed040c8
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
10.11 | 10.11.[0-9]*) OS_FULLNAME="Mac OS X 10.11 (El Capitan)" ;;
10.12 | 10.12.[0-9]*) OS_FULLNAME="macOS Sierra (${OS_VERSION})" ;;
10.13 | 10.13.[0-9]*) OS_FULLNAME="macOS High Sierra (${OS_VERSION})" ;;
10.14 | 10.13.[0-9]*) OS_FULLNAME="macOS Mojave (${OS_VERSION})" ;;
10.14 | 10.14.[0-9]*) OS_FULLNAME="macOS Mojave (${OS_VERSION})" ;;
*) echo "Unknown macOS version. Do you know what version it is? Create an issue at ${PROGRAM_SOURCE}" ;;
esac
else