diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-03 17:58:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-03 17:58:46 +0200 |
commit | 467d700c66582471013a07384318d0142d2f3de2 (patch) | |
tree | 3b702d291f50f6ec9989e72edc567cd0befd0998 /build/context.txx | |
parent | abb7bf1045fde14f6ef87c8941ee22af233af397 (diff) |
Fix few bugs
Diffstat (limited to 'build/context.txx')
-rw-r--r-- | build/context.txx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/context.txx b/build/context.txx index b9004e0..eb1568c 100644 --- a/build/context.txx +++ b/build/context.txx @@ -52,7 +52,7 @@ namespace build { using namespace butl; - bool w (d == work); // Don't try to remove working directory. + bool w (work.sub (d)); // Don't try to remove working directory. rmdir_status rs; // We don't want to print the command if we couldn't remove the |