X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=brc;h=fbc1acb2f653cc50467d6aeb9f6ff036cfc32c7a;hb=b5152768e90016afe8ff2d55cc9f38d08396b0fc;hp=53f8c5b0074cc3cf62650238027c4684fea347de;hpb=87f900c44182d9175700349890c24440a740c121;p=distro-setup diff --git a/brc b/brc index 53f8c5b..fbc1acb 100644 --- a/brc +++ b/brc @@ -558,7 +558,7 @@ fa() { } faf() { # find all files - find -L $1 -type f -not \( -name .svn -prune -o -name .git -prune \ + find -L $1 -not \( -name .svn -prune -o -name .git -prune \ -o -name .hg -prune -o -name .editor-backups -prune \ -o -name .undo-tree-history -prune \) 2>/dev/null }