From d2e4daba376dcb96c1cad5fd89413f154a8c4a10 Mon Sep 17 00:00:00 2001 From: Rebecca Meritz Date: Wed, 25 Oct 2017 23:46:43 -0400 Subject: Expand ~ in DOTFILES_DIRS Hat tip to fgatham for the `eval echo` tip. This means both `~` and e.g. `~dmr` work correctly. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 613b926..16164d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ TESTS = \ test/mkrc-usage.t \ test/mkrc-undotted.t \ test/rcrc-custom.t \ + test/rcrc-tilde.t \ test/rcrc-hostname.t \ test/rcrc.t \ test/rcup-link-files.t \ -- cgit v1.2.3