From 34466f10506fd57836e89cffda7738c3008321b1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 15 Mar 2020 17:03:49 +0300 Subject: Fix mkanylink() to complete relative target against link directory when create hardlink or copy --- libbutl/builtin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbutl/builtin.cxx') diff --git a/libbutl/builtin.cxx b/libbutl/builtin.cxx index f1b6b63..9efa697 100644 --- a/libbutl/builtin.cxx +++ b/libbutl/builtin.cxx @@ -277,7 +277,7 @@ namespace butl } // Return the current working directory if wd is empty and wd otherwise, - // completed against the current directory if it is relative. Fail if + // completed using the current directory if it is relative. Fail if // std::system_error is thrown by the underlying function call. // dir_path @@ -779,7 +779,7 @@ namespace butl assert (link.absolute () && link.normalized ()); // Determine the target type, fail if the target doesn't exist. Note that - // to do that we need to complete a relative target path against the link + // to do that we need to complete a relative target path using the link // directory making the target path absolute. // const path& atp (target.relative () -- cgit v1.1