Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-10-15 12:35:26 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-15 12:35:26 +0300
commitf16315e0d3de7a7d9cd3573978c77bcd25e9d8bd (patch)
treee4a75d7e848adc7ec127b26a2131edec53da527e
parent6b79f38b823d5bb7f97607d00231f0365e07f28b (diff)
Another enhancement for macOS (Sierra)
-rw-r--r--include/osdetection2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osdetection b/include/osdetection
index 2f551c95..62a698a0 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -48,7 +48,7 @@
10.9) OS_FULLNAME="Mac OS X 10.9 (Mavericks)" ;;
10.10) OS_FULLNAME="Mac OS X 10.10 (Yosemite)" ;;
10.11) OS_FULLNAME="Mac OS X 10.11 (El Capitan)" ;;
- 10.12) OS_FULLNAME="macOS 10.12 (Sierra)" ;;
+ 10.12) OS_NAME="macOS"; OS_FULLNAME="10.12 (Sierra)" ;;
*) echo "Unknown macOS version. Do you know what version it is? Create an issue at ${PROGRAM_SOURCE}" ;;
esac
else