We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47662fc commit 7d6c14fCopy full SHA for 7d6c14f
mac_os_x.sh
@@ -8,7 +8,7 @@
8
#
9
set -e
10
11
-OSX_VERSION=$(sw_vers | grep -i productversion| awk '{print $2}')
+OSX_VERSION=$(sw_vers | grep -i productversion| awk '{print $2}' | cut -f1,2 -d'.')
12
13
#--------------------------------------------------------------------
14
# Modifiable variables, please set them via environmental variables.
0 commit comments