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.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/command.mxx') diff --git a/libbutl/command.mxx b/libbutl/command.mxx index b215817..02c8eb8 100644 --- a/libbutl/command.mxx +++ b/libbutl/command.mxx @@ -55,7 +55,7 @@ LIBBUTL_MODEXPORT namespace butl // possible substitutions (so the redirect character cannot be the result of // a substitution; see below). // - // The relative redirect file paths are completed against the command + // The relative redirect file paths are completed using the command // current working directory. Note that if it is altered via the process // environment, then the new value is used. // -- cgit v1.1