Skip to content

Commit 1642176

Browse files
authored
Merge pull request #1451 from jnozsc/macOS_11.0_Big_Sur
compatible with macOS 11
2 parents 69ccbf4 + bd9e6fb commit 1642176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ os_information() {
9191
if type -p lsb_release >/dev/null; then
9292
lsb_release -sir | xargs echo
9393
elif type -p sw_vers >/dev/null; then
94-
echo "OS X $(sw_vers -productVersion)"
94+
echo "$(sw_vers -productName) $(sw_vers -productVersion)"
9595
elif [ -r /etc/os-release ]; then
9696
source /etc/os-release
9797
echo "$NAME" $VERSION_ID

0 commit comments

Comments
 (0)