From: martin f. krafft <madduck@madduck.net>
Date: Wed, 27 May 2009 13:36:39 +0000 (+0200)
Subject: make the mr include also work on hurd
X-Git-Url: https://git.madduck.net/etc/myrepos.git/commitdiff_plain/e2c23b1c72edb84f70491f4e345691fba9160c9c

make the mr include also work on hurd
---

diff --git a/.mr/templ/.mrconfig b/.mr/templ/.mrconfig
index e926413..eb87e2e 100644
--- a/.mr/templ/.mrconfig
+++ b/.mr/templ/.mrconfig
@@ -1,2 +1,2 @@
 [DEFAULT]
-include = cat /usr/share/mr/* ~/code/mr/lib/* ~/.mr/* 2>/dev/null || :
+include = find ~/code/mr/lib ~/.mr -path '*templ/.mrconfig' -o -type f -print0 | xargs -0 cat