From 9e64fae83c02084cffaa8c96dde3a7367008f24c Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 27 May 2009 15:52:51 +0200 Subject: [PATCH] do not output all roles --- .mr/templ/.mrconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mr/templ/.mrconfig b/.mr/templ/.mrconfig index eb87e2e..04d5b4c 100644 --- a/.mr/templ/.mrconfig +++ b/.mr/templ/.mrconfig @@ -1,2 +1,2 @@ [DEFAULT] -include = find ~/code/mr/lib ~/.mr -path '*templ/.mrconfig' -o -type f -print0 | xargs -0 cat +include = find ~/code/mr/lib ~/.mr -path '*/.mr/templ/.mrconfig' -o -path '*/.mr/roles/*' -o -type f -print0 | xargs -0 cat -- 2.39.2