replace "Mac OS X" with "macOS"
except in older release notes where the name was actually Mac OS X.
This commit is contained in:
parent
c7654bc491
commit
92bcb61127
6 changed files with 7 additions and 7 deletions
|
@ -72,7 +72,7 @@ static void dump(const Path & path, Sink & sink, PathFilter & filter)
|
|||
else if (S_ISDIR(st.st_mode)) {
|
||||
sink << "type" << "directory";
|
||||
|
||||
/* If we're on a case-insensitive system like Mac OS X, undo
|
||||
/* If we're on a case-insensitive system like macOS, undo
|
||||
the case hack applied by restorePath(). */
|
||||
std::map<string, string> unhacked;
|
||||
for (auto & i : readDirectory(path))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue