Skip to content
Snippets Groups Projects
Unverified Commit b6ee5e5b authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Style fix

parent af765a8e
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,8 @@ void LocalStore::optimisePath_(OptimiseStats & stats, const Path & path, InodeHa
https://github.com/NixOS/nix/issues/1443 for more discussion. */
if (std::regex_search(path, std::regex("\\.app/Contents/PkgInfo$")) ||
std::regex_search(path, std::regex("\\.app/Contents/Resources/.+\\.lproj$"))) {
std::regex_search(path, std::regex("\\.app/Contents/Resources/.+\\.lproj$")))
{
debug(format("'%1%' is not allowed to be linked in macOS") % path);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment