There was an error while loading. Please reload this page.
2 parents 69ccbf4 + bd9e6fb commit 1642176Copy full SHA for 1642176
bin/ruby-build
@@ -91,7 +91,7 @@ os_information() {
91
if type -p lsb_release >/dev/null; then
92
lsb_release -sir | xargs echo
93
elif type -p sw_vers >/dev/null; then
94
- echo "OS X $(sw_vers -productVersion)"
+ echo "$(sw_vers -productName) $(sw_vers -productVersion)"
95
elif [ -r /etc/os-release ]; then
96
source /etc/os-release
97
echo "$NAME" $VERSION_ID
0 commit comments