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/command.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/command.cxx') diff --git a/libbutl/command.cxx b/libbutl/command.cxx index 8dcfd05..bb5287c 100644 --- a/libbutl/command.cxx +++ b/libbutl/command.cxx @@ -137,7 +137,7 @@ namespace butl // Sort the remaining command line elements into the arguments and // redirects, performing the substitutions. Complete relative redirects - // against CWD and use the rightmost redirect. + // using CWD and use the rightmost redirect. // vector args; -- cgit v1.1