Project

General

Profile

« Previous | Next » 

Revision 7086

with_all: Also exclude .archive/ from the subdirs to forward commands to

View differences:

with_all
14 14
        |fold -s >&2
15 15
        return 2
16 16
    fi
17
    if test -n "$all"; then inputs=(inputs/{.[^s.],}*/) # exclude ., .., .svn
17
    if test -n "$all"; then inputs=(inputs/{.[^as.],}*/)# not . .. .svn .archive
18 18
    else inputs=(inputs/*/)
19 19
    fi
20 20
    

Also available in: Unified diff