Project

General

Profile

« Previous | Next » 

Revision 14035

fix: bin/with_all: removed debug statements

View differences:

trunk/bin/with_all
16 16
make_target [vars...] (note initial \".\")"|fold -s >&2
17 17
        return 2
18 18
    fi
19
    declare -p inputs
20 19
    if ! isset inputs; then local inputs=(inputs/*/); fi
21
    declare -p inputs
22 20
    if test "$hidden_srcs"; then local inputs=(inputs/.[^as.]*/ "${inputs[@]}")
23 21
    fi # not . .. .svn .archive
24 22
    

Also available in: Unified diff