mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
parent
f5f0d30597
commit
a82010789e
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ void deletePath(const Path & path)
|
|||
deletePath(path, dummy);
|
||||
}
|
||||
|
||||
void createDir(const Path &path, mode_t mode)
|
||||
void createDir(const Path & path, mode_t mode)
|
||||
{
|
||||
if (mkdir(path.c_str(), mode) == -1)
|
||||
throw SysError("creating directory '%1%'", path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue