Revision 12698
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/lib/runscripts/datasrc_dir.run | ||
---|---|---|
12 | 12 |
{ |
13 | 13 |
echo_func |
14 | 14 |
local subdirs=("${table_subdirs[@]}") |
15 |
fwd "$FUNCNAME" "$@"
|
|
15 |
fwd_self
|
|
16 | 16 |
} |
17 | 17 |
|
18 | 18 |
import() |
... | ... | |
25 | 25 |
# </dev/null because for datasources w/o SQL files, cat will try to |
26 | 26 |
# read from stdin |
27 | 27 |
fi |
28 |
fwd "$FUNCNAME" "$@"
|
|
28 |
fwd_self
|
|
29 | 29 |
} |
30 | 30 |
|
31 | 31 |
fi |
Also available in: Unified diff
lib/runscripts/datasrc_dir.run: use new fwd_self alias