From a82cdb8fd9ba02034d296769772cdf81244da66a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Apr 2015 13:01:46 +0200 Subject: Automatically decide when to print relative/absolute paths --- build/dump.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/dump.cxx') diff --git a/build/dump.cxx b/build/dump.cxx index 75de2be..6496598 100644 --- a/build/dump.cxx +++ b/build/dump.cxx @@ -43,7 +43,7 @@ namespace build { // We don't want the extra notations (e.g., ~/) provided by // diag_relative() since we want the path to be relative to - // the outer scope. + // the global scope. // os << ind << relative (p.path ()) << ":" << endl << ind << '{'; -- cgit v1.1