1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 12:41:00 +01:00
This commit is contained in:
Wouter den Breejen 2007-09-11 16:22:07 +00:00
parent ed55982085
commit e80c7bda4c
4 changed files with 28 additions and 18 deletions

View file

@ -1914,7 +1914,8 @@ void DerivationGoal::deleteTmpDir(bool force)
getOwnership(tmpDir);
}
else
deletePathWrapped(tmpDir);
deletePathWrapped(tmpDir);
tmpDir = "";
}
}