From c5574e7b514706b514602925691d3d9eed9f2bcb Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 27 Oct 2017 14:49:46 -0400 Subject: Document missing tilde expansion The `COPY_ALWAYS`, `EXCLUDES`, `SYMLINK_DIRS`, and `UNDOTTED` variables in rcrc(5) can contain globs. We want to expand `~` and e.g. `~dmr` but not `*`; therefore, we cannot perform tilde expansion within those variables. --- man/rcrc.5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/rcrc.5 b/man/rcrc.5 index c74d48d..a034317 100644 --- a/man/rcrc.5 +++ b/man/rcrc.5 @@ -96,3 +96,9 @@ is maintained by .An "Mike Burns" Aq Mt mburns@thoughtbot.com and .Lk http://thoughtbot.se thoughtbot +.Sh BUGS +We only expand tilde inside +.Va DOTFILES_DIRS +and not inside any patterns. For more notes on the caution you should +exercise around patterns, see the BUGS section of +.Xr lsrc 1 . -- cgit v1.2.3