aboutsummaryrefslogtreecommitdiff
path: root/libbutl/command.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-03-15 17:03:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-03-17 13:27:37 +0300
commit34466f10506fd57836e89cffda7738c3008321b1 (patch)
tree1c4408885403a303e85a39d883399eca1aff05a5 /libbutl/command.cxx
parent955afeb419ed02a078b45312949767692751274c (diff)
Fix mkanylink() to complete relative target against link directory when create hardlink or copy
Diffstat (limited to 'libbutl/command.cxx')
-rw-r--r--libbutl/command.cxx2
1 files changed, 1 insertions, 1 deletions
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<string> args;