Skip to content

Commit 8886b52

Browse files
author
Zachary Eisinger
committed
Set osx as the os name
1 parent e322cea commit 8886b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

externals/get-os-distro.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ get_current_os_name() {
113113

114114
local uname=$(uname)
115115
if [ "$uname" = "Darwin" ]; then
116-
echo "mac"
116+
echo "osx"
117117
return 0
118118
elif [ "$uname" = "Linux" ]; then
119119
local linux_platform_name
@@ -139,7 +139,7 @@ get_legacy_os_name() {
139139

140140
local uname=$(uname)
141141
if [ "$uname" = "Darwin" ]; then
142-
echo "mac"
142+
echo "osx"
143143
return 0
144144
else
145145
if [ -e /etc/os-release ]; then

0 commit comments

Comments
 (0)