Revision 13216
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/lib/runscripts/util.run | ||
---|---|---|
111 | 111 |
|
112 | 112 |
# by default, use all subdirs, including .* |
113 | 113 |
if ! isset subdirs; then subdirs=($(enter_top_dir; wildcard. {.,}*/)); fi |
114 |
log-- echo_vars subdirs
|
|
114 |
echo_vars subdirs |
|
115 | 115 |
|
116 | 116 |
fwd() # usage: [subdirs=(...);] fwd target args... # or use fwd_self |
117 | 117 |
{ |
Also available in: Unified diff
bugfix: lib/runscripts/util.run: $subdirs: adjusted log_level now that echo_vars is one log_level lower