From 2d9579da2144b2a8d67ea1d05fde96ec9d365944 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 22 Jul 2016 12:47:21 +0300 Subject: Adapt to fdstream extension --- build2/utility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/utility.cxx') diff --git a/build2/utility.cxx b/build2/utility.cxx index 15a0aee..c43d048 100644 --- a/build2/utility.cxx +++ b/build2/utility.cxx @@ -126,7 +126,7 @@ namespace build2 // want to let through is the inability to execute the program itself. // We cannot reserve a special exit status to signal this so we will // just have to compare the output. This particular situation will - // result in a single error line printed by run_start() above. + // result in a single error line printed by start_run() above. // if (l.compare (0, 18, "unable to execute ") == 0) fail << l; -- cgit v1.1