Revision 7123
Added by Aaron Marcuse-Kubitza almost 12 years ago
with_all | ||
---|---|---|
14 | 14 |
|fold -s >&2 |
15 | 15 |
return 2 |
16 | 16 |
fi |
17 |
if test -n "$all"; then inputs=(inputs/{.[^as.],}*/)# not . .. .svn .archive
|
|
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
with_all: $all mode: Fixed bug where need " " before # for it to be interpreted as a comment (unlike in a Makefile, where the " " often needs to be left out to avoid it being treated as part of a variable value)