diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-07-31 10:31:51 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-07-31 10:31:51 +0200 |
commit | a2778988f2b70a5f000202afa7213b553350c72e (patch) | |
tree | 34d3273caa322a0928f683ecc836423c33c1b8b8 /src/libutil/archive.cc | |
parent | 561e977f51c1d9ec55e4a70791958d4e214df465 (diff) | |
parent | fcb8d6a7a088622022364bde6534b2e4e804e4ed (diff) |
Merge branch 'macOS' of https://github.com/davidak/nix
Diffstat (limited to 'src/libutil/archive.cc')
-rw-r--r-- | src/libutil/archive.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/archive.cc b/src/libutil/archive.cc index be527450c..51b57a8f4 100644 --- a/src/libutil/archive.cc +++ b/src/libutil/archive.cc @@ -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)) |