From 467d700c66582471013a07384318d0142d2f3de2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Aug 2015 17:58:46 +0200 Subject: Fix few bugs --- build/context.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/context.txx') 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 -- cgit v1.1